mirror of
https://github.com/nextcloud/server.git
synced 2026-03-07 07:50:57 -05:00
Merge pull request #24770 from nextcloud/fix-dialog-buttons
This commit is contained in:
commit
e28d21a6a4
4 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
2
core/js/dist/main.js
vendored
2
core/js/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js.map
vendored
2
core/js/dist/main.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -42,7 +42,9 @@
|
|||
button {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
height: 44px;
|
||||
min-width: 44px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue