From 9d0604ec7fa1209fac337ad688892c51c5476abc Mon Sep 17 00:00:00 2001 From: Catherine Deskur <46695336+chdeskur@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:17:38 -0500 Subject: [PATCH] fix(docs): li in card (#1850) --- packages/ui/components/src/FernCard.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/ui/components/src/FernCard.scss b/packages/ui/components/src/FernCard.scss index 78a56020f2..f0927a2f20 100644 --- a/packages/ui/components/src/FernCard.scss +++ b/packages/ui/components/src/FernCard.scss @@ -15,5 +15,9 @@ &.elevated { @apply shadow-card-elevated border-primary; } + + li { + @apply list-inside; + } } }