Merge pull request #24770 from nextcloud/fix-dialog-buttons
This commit is contained in:
commit
e28d21a6a4
|
@ -172,7 +172,7 @@ button, .button,
|
||||||
input[type='button'],
|
input[type='button'],
|
||||||
input[type='submit'],
|
input[type='submit'],
|
||||||
input[type='reset'] {
|
input[type='reset'] {
|
||||||
padding: 6px 12px;
|
padding: 6px 16px;
|
||||||
width: auto;
|
width: auto;
|
||||||
min-height: $default-height;
|
min-height: $default-height;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,9 @@
|
||||||
button {
|
button {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
height: 44px;
|
||||||
|
min-width: 44px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue