diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-10-18 10:01:25 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-10-18 10:03:11 +0200 |
commit | bde684ed372600cc67e02b9535c1b653e75563fd (patch) | |
tree | 3118c08c18f480516859c956888b346b2920122b | |
parent | 25ba600cc14ed0596a809652fb9ab76226899ec5 (diff) | |
download | sonarqube-bde684ed372600cc67e02b9535c1b653e75563fd.tar.gz sonarqube-bde684ed372600cc67e02b9535c1b653e75563fd.zip |
SONAR-2668 Make labels non breakable on the filter screen
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index f871bc29205..c216cd857d9 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -640,7 +640,8 @@ table.form td { vertical-align: top; } table.form td.keyCell { - width: 140px; + min-width: 140px; + white-space: nowrap; text-align: right; font-weight: bold; vertical-align: top; |