From d03b5c91da6a9b7c5c9bd97903d290ec8e50c704 Mon Sep 17 00:00:00 2001 From: Avinash Dwarapu Date: Tue, 6 Dec 2022 10:55:00 +0100 Subject: [PATCH] fix: Prevent grid blowout on Firefox with table in wizard --- src/wizard/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wizard/styles.scss b/src/wizard/styles.scss index 8f3017781f..43785ef712 100644 --- a/src/wizard/styles.scss +++ b/src/wizard/styles.scss @@ -20,6 +20,7 @@ row-gap: awsui.$space-scaled-xl; &.small-container { + grid-template-columns: minmax(0, 1fr) 0; row-gap: awsui.$space-scaled-l; } }