aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-09-25 15:59:36 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-10-02 17:18:15 +0200
commite52aa133123efef9ae7b9099b1a620bad795e010 (patch)
tree4e0e4b58934743927168bae6de468e2a95a960d5 /server/sonar-web/src/main/less
parentffd619eff86cc391c826bfc9b2df98ab51d54ff5 (diff)
downloadsonarqube-e52aa133123efef9ae7b9099b1a620bad795e010.tar.gz
sonarqube-e52aa133123efef9ae7b9099b1a620bad795e010.zip
SONAR-1330 add widget to manage quality profile permissions
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r--server/sonar-web/src/main/less/components/react-select.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/less/components/react-select.less b/server/sonar-web/src/main/less/components/react-select.less
index 33649781706..c3d9e98a579 100644
--- a/server/sonar-web/src/main/less/components/react-select.less
+++ b/server/sonar-web/src/main/less/components/react-select.less
@@ -370,14 +370,17 @@
.Select-big .Select-value-label {
display: inline-block;
- margin-top: 5px;
+ margin-top: 7px;
+ line-height: 16px;
}
.Select-big .Select-option {
- padding: 4px 8px;
+ padding: 7px 8px;
+ line-height: 16px;
}
-.Select-big img {
+.Select-big img,
+.Select-big svg {
padding-top: 0;
}