From 0621869e28dff6667947ccd434c4e28cf6d4283b Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Thu, 9 Oct 2025 23:29:49 +0700 Subject: [PATCH] style: apply global text-nowrap for badge --- wwwroot/css/input.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/input.css b/wwwroot/css/input.css index c2bf545..6be09b2 100644 --- a/wwwroot/css/input.css +++ b/wwwroot/css/input.css @@ -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; } \ No newline at end of file