diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 0a591220c92..9e2a5248033 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -828,6 +828,10 @@ th.operations, td.operations { padding: 5px 10px; } +.code-issue-form input[type=submit] { + vertical-align: middle; +} + .code-issue-comment h4 { font-size: 11px; margin-bottom: 2px; |