Browse Source

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

Julius Härtl 3 năm trước cách đây
mục cha
commit
e28d21a6a4

+ 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;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
core/js/dist/main.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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;
 	}
 }
 

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác