From e4ea50402a5e3565268434c6991fb7aed77f9aec Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Wed, 8 Oct 2025 11:15:11 +0700 Subject: [PATCH] style: apply global text-nowrap on class badge --- wwwroot/css/input.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/input.css b/wwwroot/css/input.css index 954f130..390ab5d 100644 --- a/wwwroot/css/input.css +++ b/wwwroot/css/input.css @@ -145,4 +145,8 @@ @utility icon-fill { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; +} + +.badge { + @apply text-nowrap; } \ No newline at end of file