Adjust alert max-width

To prevent long text wrapping in buttons
This commit is contained in:
Justin Edmund 2023-09-01 10:20:13 -07:00
parent 6e9733e977
commit 0e9be9ef19

View file

@ -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) {