Quellcode durchsuchen

.level label localazed size css fix

tags/6.6-RC1
asosnoviy vor 6 Jahren
Ursprung
Commit
c9975c3520
1 geänderte Dateien mit 8 neuen und 2 gelöschten Zeilen
  1. 8
    2
      server/sonar-web/src/main/js/components/ui/Level.css

+ 8
- 2
server/sonar-web/src/main/js/components/ui/Level.css Datei anzeigen

@@ -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;
@@ -14,7 +17,10 @@
}

.level-small {
width: 64px;
width: auto;
min-width: 64px;
padding-left: 9px;
padding-right: 9px;
margin-top: -1px;
margin-bottom: -1px;
height: 18px;

Laden…
Abbrechen
Speichern