소스 검색

.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…
취소
저장