diff options
Diffstat (limited to 'sonar-server/src/main/webapp')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 91b76e0748e..4ffc233f0f4 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2374,6 +2374,9 @@ table.nowrap td, td.nowrap, th.nowrap { text-align: left; white-space: normal; } +.form-val-cell li { + margin-bottom: 5px; +} .form-val-note { color: #999; |