style: apply global text-nowrap for badge

main
Yuri Dimas 2025-10-09 23:29:49 +07:00
parent 86a146d50f
commit 0621869e28
No known key found for this signature in database
GPG Key ID: 4A421F9108FB5D2C
1 changed files with 4 additions and 0 deletions

View File

@ -145,4 +145,8 @@
.menu-sidebar a.menu-active,
.menu-sidebar details > summary:active {
@apply bg-bank-sampah-primary-500 rounded-full text-white shadow-none;
}
.badge {
@apply text-nowrap;
}