From: David ‘Bombe’ Roden Date: Fri, 30 Sep 2011 05:10:48 +0000 (+0200) Subject: Set different width for album descriptions. X-Git-Tag: 0.7.2^2~9 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=493a3f06b8218fe9a737c69be99b016c8406d755 Set different width for album descriptions. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 6ad458e..f30bb03 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -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;