浏览代码

Merge pull request #24770 from nextcloud/fix-dialog-buttons

Julius Härtl 3 年之前
父节点
当前提交
e28d21a6a4
共有 4 个文件被更改,包括 4 次插入2 次删除
  1. 1 1
      core/css/inputs.scss
  2. 0 0
      core/js/dist/main.js
  3. 0 0
      core/js/dist/main.js.map
  4. 3 1
      core/src/jquery/css/jquery.ocdialog.scss

+ 1 - 1
core/css/inputs.scss

@@ -172,7 +172,7 @@ button, .button,
 input[type='button'],
 input[type='submit'],
 input[type='reset'] {
-	padding: 6px 12px;
+	padding: 6px 16px;
 	width: auto;
 	min-height: $default-height;
 	cursor: pointer;

文件差异内容过多而无法显示
+ 0 - 0
core/js/dist/main.js


文件差异内容过多而无法显示
+ 0 - 0
core/js/dist/main.js.map


+ 3 - 1
core/src/jquery/css/jquery.ocdialog.scss

@@ -42,7 +42,9 @@
 	button {
 	    white-space: nowrap;
 	    overflow: hidden;
-	    text-overflow: ellipsis;
+		text-overflow: ellipsis;
+		height: 44px;
+		min-width: 44px;
 	}
 }
 

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