This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
xiaoguang_li
/
hue
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
HUE-6077 [frontend] The modal buttons shouldn't be at least 120px wide
Enrico Berti
8 년 전
부모
6bb4b55fc4
커밋
403ded9
3개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
0
0
desktop/core/src/desktop/static/desktop/css/hue.css
0
0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css
4
0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0
- 0
desktop/core/src/desktop/static/desktop/css/hue.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0
- 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css
+ 4
- 0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less
파일 보기
@@ -56,3 +56,7 @@
.btn:focus {
outline: none;
}
+
+.modal-footer .btn {
+ min-width: 0;
+}
이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.