diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-22 10:41:46 +0100 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-23 16:34:13 +0100 |
commit | 1ecbb0ef85da06d61cfda9f19568f3311f795d8e (patch) | |
tree | e12b37cad27cd440760e6e5cc53598d6243b9461 /server/sonar-web/src/main/js/components/ui | |
parent | 9d33d9fa1a229413e5c131bcb0bfcae72a8fc87b (diff) | |
download | sonarqube-1ecbb0ef85da06d61cfda9f19568f3311f795d8e.tar.gz sonarqube-1ecbb0ef85da06d61cfda9f19568f3311f795d8e.zip |
Fix styling in rules meta data
Diffstat (limited to 'server/sonar-web/src/main/js/components/ui')
-rw-r--r-- | server/sonar-web/src/main/js/components/ui/buttons.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/components/ui/buttons.css b/server/sonar-web/src/main/js/components/ui/buttons.css index da474c888c4..3df0420fc49 100644 --- a/server/sonar-web/src/main/js/components/ui/buttons.css +++ b/server/sonar-web/src/main/js/components/ui/buttons.css @@ -48,6 +48,10 @@ padding: 0; } +.button-icon.button-icon.button-tiny svg { + margin-top: 0; +} + .button-icon.button-icon:hover, .button-icon.button-icon:focus { background-color: currentColor; |