Code

Fixed line wrapping in tab headers
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jun 2007 06:52:09 +0000 (06:52 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jun 2007 06:52:09 +0000 (06:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6542 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_tabs.inc

index 1571bdadadb9dd072e46a0cc5a2c1d460ccf6a51..ee245f01b22ac1f7e9a0adf729dc3f0335a65e49 100644 (file)
@@ -149,7 +149,7 @@ class tabs
                }
 
                /* Paint tab */
-               $display.= "<td style=\"vertical-align:bottom;width:1px;\">";
+               $display.= "<td style=\"vertical-align:bottom;width:1px;white-space:nowrap;\">";
 
                /* Shorten string if its too long for the tab headers*/
                $title= _($name);