瀏覽代碼

.level label localazed size css fix

tags/6.6-RC1
asosnoviy 6 年之前
父節點
當前提交
c9975c3520
共有 1 個檔案被更改,包括 8 行新增2 行删除
  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 查看文件

@@ -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;

Loading…
取消
儲存