fix(ui): Tailwind build errors (#4329)

This commit is contained in:
Salim Kanoun 2024-08-07 17:08:52 +02:00 committed by GitHub
parent c21d4848ef
commit 8e7cc11529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,7 +210,7 @@ h3.section-header {
}
.row {
@apply border-border mb-6 flex flex-row flex-wrap rounded-md border py-10;
@apply mb-6 flex flex-row flex-wrap rounded-md border py-10;
}
.example {