]> Untitled Git - lemmy.git/commitdiff
Line break pre / view_source blocks.
authorDessalines <tyhou13@gmx.com>
Sun, 8 Mar 2020 05:45:59 +0000 (00:45 -0500)
committerDessalines <tyhou13@gmx.com>
Sun, 8 Mar 2020 05:45:59 +0000 (00:45 -0500)
ui/assets/css/main.css

index b458a9d205eaf90f577fc0186bc1c2c913b22a2e..618efa40dfa33da6357bbcd0eaa19dba1a5abfae 100644 (file)
@@ -247,3 +247,8 @@ hr {
 .list-inline-item-action:not(:last-child) {
   margin-right: 1.2rem;
 }
+
+pre {
+  white-space: pre-wrap;
+  word-break: keep-all;
+}