From 493a3f06b8218fe9a737c69be99b016c8406d755 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 30 Sep 2011 07:10:48 +0200 Subject: [PATCH] Set different width for album descriptions. --- src/main/resources/static/css/sone.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4