aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/ui
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-02-22 10:41:46 +0100
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-02-23 16:34:13 +0100
commit1ecbb0ef85da06d61cfda9f19568f3311f795d8e (patch)
treee12b37cad27cd440760e6e5cc53598d6243b9461 /server/sonar-web/src/main/js/components/ui
parent9d33d9fa1a229413e5c131bcb0bfcae72a8fc87b (diff)
downloadsonarqube-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.css4
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;