From cd693630a325e96c0078426a4a8f6c32522292ce Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 26 Jun 2012 19:41:20 +0100 Subject: [PATCH] width: 100% + shadows fails --- ext/setup/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/setup/style.css b/ext/setup/style.css index 66a7abfc..f34dde4a 100644 --- a/ext/setup/style.css +++ b/ext/setup/style.css @@ -13,7 +13,7 @@ -moz-column-break-inside: avoid; -webkit-column-break-inside: avoid; text-align: center; - width: 100%; + width: 90%; } .setupblock TEXTAREA { width: 100%;