From 7183c32daf75d650c5345e98dea466d64c7ac3f2 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 11 Nov 2011 13:22:55 -0500 Subject: Bug 701170 - When no cc users attached to a bug, a blank 100px height empty box is displayed. Should be removed r=glob --- skins/custom/show_bug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/custom') diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index 23839fe17..b96c997f1 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -28,10 +28,10 @@ margin:0px; padding:5px; padding-right:20px; - height:100px; overflow:auto; float:left; max-width:465px; + max-height:100px; border:1px solid #CCC; } -- cgit v1.2.3-24-g4f1b