Adjust alert max-width
To prevent long text wrapping in buttons
This commit is contained in:
parent
6e9733e977
commit
0e9be9ef19
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
flex-direction: column;
|
||||
gap: $unit-2x;
|
||||
min-width: 20vw;
|
||||
max-width: 32vw;
|
||||
max-width: 40vw;
|
||||
padding: $unit * 4;
|
||||
|
||||
@include breakpoint(tablet) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue