From e4d98947c4b01df1f76e2e90ab0881664cc28a09 Mon Sep 17 00:00:00 2001 From: koji Date: Mon, 20 Nov 2023 12:16:55 -0500 Subject: [PATCH] update grid-gap --- app/src/organisms/DeviceDetailsDeckConfiguration/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/organisms/DeviceDetailsDeckConfiguration/index.tsx b/app/src/organisms/DeviceDetailsDeckConfiguration/index.tsx index a0772c4fcc8..d43d77ff564 100644 --- a/app/src/organisms/DeviceDetailsDeckConfiguration/index.tsx +++ b/app/src/organisms/DeviceDetailsDeckConfiguration/index.tsx @@ -235,5 +235,6 @@ const DECK_CONFIG_SECTION_STYLE = css` @media screen and (max-width: 1024px) { flex-direction: ${DIRECTION_COLUMN}; align-items: ${ALIGN_CENTER}; + grid-gap: ${SPACING.spacing32}; } `