diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-10-09 12:31:10 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-10-09 12:33:01 +0200 |
commit | 590e86c4c7f96efefe7c1330e54c76dae462c6e7 (patch) | |
tree | a9c284649b95a4f086a0a06b59fc73e1bb53c8ed | |
parent | a9ed93c8a4daac7bb2713b25b2b2869f76c6d565 (diff) | |
download | sonarqube-590e86c4c7f96efefe7c1330e54c76dae462c6e7.tar.gz sonarqube-590e86c4c7f96efefe7c1330e54c76dae462c6e7.zip |
SONAR-4746 Fix textarea style for IE8 (...)
-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 1d0cb066652..f1aeb3e1e8a 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2454,7 +2454,7 @@ textarea.width100 { } .property textarea { - vertical-align: baseline; + vertical-align: text-top; } .property .note { |