diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-25 15:59:36 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-02 17:18:15 +0200 |
commit | e52aa133123efef9ae7b9099b1a620bad795e010 (patch) | |
tree | 4e0e4b58934743927168bae6de468e2a95a960d5 /server/sonar-web/src/main/less | |
parent | ffd619eff86cc391c826bfc9b2df98ab51d54ff5 (diff) | |
download | sonarqube-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.less | 9 |
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; } |