style: apply global text-nowrap on class badge
parent
435b5cd3a9
commit
e4ea50402a
|
|
@ -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;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue