From 51837b42cafc71f4632b2c0d15460780a6edf5bf Mon Sep 17 00:00:00 2001 From: Danilo Hoffmann Date: Wed, 5 Feb 2025 15:35:26 +0000 Subject: [PATCH] fix layout for editor swap mode --- apps/design-system/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/design-system/src/styles.scss b/apps/design-system/src/styles.scss index 49417a83..7ab4ba56 100644 --- a/apps/design-system/src/styles.scss +++ b/apps/design-system/src/styles.scss @@ -121,7 +121,7 @@ [role='checkbox'], [role='radio'], .accessible-content { - @apply min-h-[49px] min-w-[49px]; + @apply min-h-[49px]; } }