From 38237e7b74ec494512d99eb646805874105887c9 Mon Sep 17 00:00:00 2001 From: Pouya Date: Fri, 5 Mar 2021 22:16:25 +0330 Subject: [PATCH] fix: #10 --- src/base/components/card.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/components/card.css b/src/base/components/card.css index c7e8151dc5b..9e71358f0d5 100644 --- a/src/base/components/card.css +++ b/src/base/components/card.css @@ -8,7 +8,7 @@ @apply w-full; } &-actions { - @apply flex items-start; + @apply flex items-start flex-wrap; } &.image-full { @apply grid;