[Rt-commit] r13171 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Jun 11 12:30:58 EDT 2008


Author: jesse
Date: Wed Jun 11 12:30:57 2008
New Revision: 13171

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css

Log:
 r32645 at 31b:  jesse | 2008-06-11 12:30:33 -0400
 * Ticket history content overflowing the page width is now handled more gracefully


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	Wed Jun 11 12:30:57 2008
@@ -121,6 +121,7 @@
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
  margin-left: 2em;
+ overflow: auto;
 
 }
 


More information about the Rt-commit mailing list