style: apply global text-nowrap on class badge

main-dlh
Yuri Dimas 2025-10-08 11:15:11 +07:00
parent 435b5cd3a9
commit e4ea50402a
No known key found for this signature in database
GPG Key ID: 9FD7E44BC294C68C
1 changed files with 4 additions and 0 deletions

View File

@ -145,4 +145,8 @@
@utility icon-fill { @utility icon-fill {
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.badge {
@apply text-nowrap;
} }