From 36a7aee3f19fbf9dcdced95bc172dd162f8f907e Mon Sep 17 00:00:00 2001 From: Hendro Febrian Bachri Date: Wed, 2 Oct 2024 18:35:57 +0700 Subject: [PATCH] fix(Dropdown): Truncated long text without space --- components/dropdown.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dropdown.css b/components/dropdown.css index 70e2249..55e7cbc 100755 --- a/components/dropdown.css +++ b/components/dropdown.css @@ -92,7 +92,7 @@ ---------------*/ .ui.dropdown > .text { - display: inline-block; + display: inline; transition: none; } @@ -442,7 +442,7 @@ select.ui.dropdown { border-top: 1px solid #FAFAFA; padding: 0.78571429rem 1.14285714rem !important; white-space: normal; - word-wrap: normal; + word-wrap: break-word; } /* User Item */