This website works better with JavaScript
首頁
探索
說明
註冊
登入
xiaoguang_li
/
hue
關注
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
瀏覽代碼
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;
+}
部分文件因文件數量過多而無法顯示