[Rt-commit] r18926 - rt/3.8/trunk/share/html/NoAuth/css/web2
jesse at bestpractical.com
jesse at bestpractical.com
Tue Mar 24 21:33:28 EDT 2009
Author: jesse
Date: Tue Mar 24 21:33:27 2009
New Revision: 18926
Modified:
rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css
Log:
the overflow: auto causes things to get wrapped far short of where they should, resulting in insane display
This fix causes things that would overflow horribly to overflow, but it's a less-common scenario
Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css (original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css Tue Mar 24 21:33:27 2009
@@ -124,7 +124,7 @@
margin-top: 0.5em;
padding-top: 0.5em;
border-top: 1px solid #ccc;
- overflow: auto;
+ /*overflow: auto; */
min-height: 2.5em;
/* To avoid overlapping of "downloadattachment" by messagebody */
clear: left;
More information about the Rt-commit
mailing list