From d27404606edcbc9da5813386ecda7144e3a8d3da Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 3 Sep 2025 12:25:54 +0200 Subject: [PATCH] RESPONSIVE FIX flex wrap --- resources/css/components/content-meta.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/components/content-meta.css b/resources/css/components/content-meta.css index 6e9d856..1a9753f 100644 --- a/resources/css/components/content-meta.css +++ b/resources/css/components/content-meta.css @@ -1,5 +1,5 @@ .content-meta { - @apply flex !items-center justify-between gap-2; + @apply flex flex-wrap !items-center justify-between gap-2; &__revue-issue { @apply !px-3 !py-2 font-semibold h-fit; @apply bg-carhop-green-700 text-white;