Add pre-tag to scrubl
[mudsync.git] / data / web-static / css / main.css
index 308a556f1ded375d1228cd2d23cc520a3e7f5640..f39402c667f19875aa13f9255640320e909e4d39 100644 (file)
@@ -26,6 +26,11 @@ body {
     font-size: 12pt;
 }
 
+span.pre-ish {
+    font-size: 12pt;
+    white-space: pre-wrap;
+}
+
 #stream-metabox {
     flex-direction: column;
     display: flex;
@@ -90,7 +95,7 @@ body {
     padding: 15px;
 }
 
-input {
+#input-metabox input {
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
     border-bottom-left-radius: 8px;