浏览代码

HUE-6077 [frontend] The modal buttons shouldn't be at least 120px wide

Enrico Berti 8 年之前
父节点
当前提交
403ded9

文件差异内容过多而无法显示
+ 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;
+}

部分文件因为文件数量过多而无法显示