diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 87c28c531..14aa30b96 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -483,6 +483,10 @@ FORM.properties SPAN.property { font-weight: bold; } +#notifyAdmin label { + white-space:nowrap; +} + #mainConf li { margin-bottom: 1em; } |