STYLE Flex wrap on tag-list

This commit is contained in:
Antoine M 2025-06-05 10:01:44 +02:00
parent 2e8533bafb
commit a2a6aa1571

View File

@ -5,6 +5,6 @@
@apply bg-primary text-white; @apply bg-primary text-white;
} }
} }
.article-tags { .article-tags-list {
@apply flex gap-2; @apply flex flex-wrap gap-2;
} }