Set different width for album descriptions.
[Sone.git] / src / main / resources / static / css / sone.css
index f782b76..f30bb03 100644 (file)
@@ -690,8 +690,10 @@ textarea {
 
 #sone .image .image-description, #sone .album .album-description {
        text-align: left;
-       width: 195px;
+       width: 98%;
        word-wrap: break-word;
+       max-height: 5em;
+       overflow: auto;
 }
 
 #sone .backlinks .separator {