]> source.dussan.org Git - sonarqube.git/commitdiff
.level label localazed size css fix
authorasosnoviy <int-it@yandex.ru>
Fri, 8 Sep 2017 20:23:46 +0000 (23:23 +0300)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Thu, 14 Sep 2017 11:52:45 +0000 (13:52 +0200)
server/sonar-web/src/main/js/components/ui/Level.css

index 6f47b9f2967406e4c5837c0610ca4b3fdff544c4..64d8f63a168f61a82ff5edb348319a052d9f804d 100644 (file)
@@ -1,6 +1,9 @@
 .level {
   display: inline-block;
-  width: 80px;
+  width: auto;
+  min-width: 80px;
+  padding-left: 9px;
+  padding-right: 9px;
   height: 24px;
   line-height: 24px;
   border-radius: 24px;
 }
 
 .level-small {
-  width: 64px;
+  width: auto;
+  min-width: 64px;
+  padding-left: 9px;
+  padding-right: 9px;
   margin-top: -1px;
   margin-bottom: -1px;
   height: 18px;