diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-04 21:09:22 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-04 21:09:22 +0000 |
commit | fb3a1dd0134d2ddbbb62163c3c87d6370bd90272 (patch) | |
tree | 694e0af19968628116c3ab4c3f7ed66421f1f0d2 | |
parent | cf79b3e778893985a8dada7b89d381df339449f5 (diff) | |
download | brdo-fb3a1dd0134d2ddbbb62163c3c87d6370bd90272.tar.gz brdo-fb3a1dd0134d2ddbbb62163c3c87d6370bd90272.tar.bz2 |
#112512 by spatz4000: disallow breaking option form labels
-rw-r--r-- | modules/system/system.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 567ae751f..795ed99cc 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -112,6 +112,7 @@ tr.merge-up, tr.merge-up td, tr.merge-up th { font-weight: bold; } .form-item label.option { + white-space: nowrap; display: inline; font-weight: normal; } |