From 0e9be9ef192f832d2d6983b9bc251e9d9d0a74bc Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 1 Sep 2023 10:20:13 -0700 Subject: [PATCH] Adjust alert max-width To prevent long text wrapping in buttons --- components/common/Alert/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/Alert/index.module.scss b/components/common/Alert/index.module.scss index 30a755e9..0f63a93a 100644 --- a/components/common/Alert/index.module.scss +++ b/components/common/Alert/index.module.scss @@ -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) {