Set different width for album descriptions.
[Sone.git] / src / main / resources / static / css / sone.css
index 6ad458e..f30bb03 100644 (file)
@@ -690,7 +690,7 @@ 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;