Restrict height of descriptions to 5em.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 23 Sep 2011 22:46:53 +0000 (00:46 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 23 Sep 2011 22:46:53 +0000 (00:46 +0200)
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 {