diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-02-07 09:17:39 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-02-07 09:17:39 +0100 |
commit | 0866a80e49464f235de6bae7507b313f721789fc (patch) | |
tree | 89943561b39ad7a9a6d924f16ac0c29695ed535d /sonar-server | |
parent | 4f6ace64b5a7d38a66eb9c4c7a7fb0b7a7005750 (diff) | |
download | sonarqube-0866a80e49464f235de6bae7507b313f721789fc.tar.gz sonarqube-0866a80e49464f235de6bae7507b313f721789fc.zip |
Fix css
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 5a9288dbc59..3c52c31b223 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2407,7 +2407,7 @@ textarea.width100 { margin-bottom: 20px; } -.accordion-item-medium { +.accordion-item-body-medium { max-height: 200px; overflow: auto; } |