From e52aa133123efef9ae7b9099b1a620bad795e010 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 25 Sep 2017 15:59:36 +0200 Subject: SONAR-1330 add widget to manage quality profile permissions --- server/sonar-web/src/main/less/components/react-select.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'server/sonar-web/src/main/less') 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; } -- cgit v1.2.3