diff options
Diffstat (limited to 'themes/admin_default')
-rw-r--r-- | themes/admin_default/css/screen.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 4a0614cd..cd68674c 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -255,6 +255,9 @@ li.gGroup { } /**** Stuff that needs a home! ****/ +#gTagAdmin { + table-layout: fixed; +} #gTagAdmin td { border: 0; } |