Restrict height of descriptions to 5em.
[Sone.git] / src / main / resources / static / css / sone.css
index f782b76..6ad458e 100644 (file)
@@ -692,6 +692,8 @@ textarea {
        text-align: left;
        width: 195px;
        word-wrap: break-word;
+       max-height: 5em;
+       overflow: auto;
 }
 
 #sone .backlinks .separator {