From 2bc84518d4d253b4388798ccef18604d53260cd2 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Tue, 28 Jul 2009 08:19:26 +0000 Subject: [PATCH] "MDL-19839, limit maxium width of comments block" --- theme/standard/styles_layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8e541ad9407..747b24fa1e0 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -5515,6 +5515,7 @@ wikiadminactions { * */ .comment-ctrl { + max-width: 200px; font-size: 12px; display: none; margin:0;