diff --git a/packages/css/textfield.css b/packages/css/textfield.css index 228ea2eb2c..ee09f6b7c5 100644 --- a/packages/css/textfield.css +++ b/packages/css/textfield.css @@ -131,12 +131,14 @@ border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; + white-space: nowrap; } .ds-textfield__suffix { border-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; + white-space: nowrap; } .ds-textfield__readonly__icon {