diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-18 01:27:38 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-18 01:27:38 +0200 |
commit | 1f981e12229c98e88bb545e41de2248538c685fd (patch) | |
tree | 1f421b551958a3fb96cf509186cbd77f80c1232b | |
parent | d9d0525f2422c9a2e9dba9a80e7feacbb0503c2d (diff) | |
download | bugzilla-1f981e12229c98e88bb545e41de2248538c685fd.tar.gz bugzilla-1f981e12229c98e88bb545e41de2248538c685fd.tar.xz |
Prevent wrapping, see bug 1155512
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 4f376ddfd..25622a6a4 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -63,6 +63,7 @@ #lang_links_container { float: right; + white-space: nowrap; } #lang_links_container .links { |