diff --git a/phpgwapi/templates/jerryr/css/brushed-metal.css b/phpgwapi/templates/jerryr/css/brushed-metal.css index b1cb1090f6..b124b101e4 100644 --- a/phpgwapi/templates/jerryr/css/brushed-metal.css +++ b/phpgwapi/templates/jerryr/css/brushed-metal.css @@ -717,3 +717,11 @@ body { padding-top: 0px; } +/* + Preferences tabs +*/ +.tablink +{ + white-space: nowrap; +} + diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index 7bbd4c3532..3cb071a355 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -599,3 +599,11 @@ body { height: 15px; padding-top: 0px; } + +/* + Preferences tabs +*/ +.tablink +{ + white-space: nowrap; +}