Allow sorting and filtering of “known Sones.”
[Sone.git] / src / main / resources / static / css / sone.css
index ae38d7d..d38cea7 100644 (file)
@@ -268,6 +268,7 @@ textarea {
 #sone .post .text, #sone .post .raw-text {
        display: inline;
        white-space: pre-wrap;
+       word-wrap: break-word;
 }
 
 #sone .post .text.hidden, #sone .post .raw-text.hidden {
@@ -679,3 +680,7 @@ textarea {
        color: red;
        font-style: italic;
 }
+
+#sone #sort-options {
+       margin-bottom: 1em;
+}