mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Improved Button sizing in Modals
The `min-width` on buttons in Modals has been set to '100px'
This commit is contained in:
parent
38abb54cad
commit
e7f33673e2
1 changed files with 4 additions and 0 deletions
|
@ -972,6 +972,10 @@ body.blur > *:not(#modal-container) {
|
|||
}
|
||||
}
|
||||
|
||||
button {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
@include breakpoint($mobile) {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue