diff options
author | Dave Lawrence <dkl@mozilla.com> | 2011-11-11 19:22:55 +0100 |
---|---|---|
committer | Dave Lawrence <dkl@mozilla.com> | 2011-11-11 19:22:55 +0100 |
commit | 7183c32daf75d650c5345e98dea466d64c7ac3f2 (patch) | |
tree | 72cbdb78229a2b3904f9e5ec95a445f6192e4cee /skins/custom | |
parent | b46fb5da1901ed12951dc614ad8a40086a9f833c (diff) | |
download | bugzilla-7183c32daf75d650c5345e98dea466d64c7ac3f2.tar.gz bugzilla-7183c32daf75d650c5345e98dea466d64c7ac3f2.tar.xz |
Bug 701170 - When no cc users attached to a bug, a blank 100px height empty box is displayed. Should be removed
r=glob
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/show_bug.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |