You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm that is added for .table class so probably for table's horizontal scrolling...? But why is that style leaking into dropdown 🤔 ?
Though, without looking into the details, if removing that wouldn't break table's horizontal scroll feature, I think we can remove that one 👍
Or, to avoid this happening on other places, maybe it's safer to explicitly add white-space rule in dropdown component so that it doesn't get overridden by its parent 👀
We get this horizontal scroll effect.
This only happens on
<STable>
. If we use<SDropdown>
or<SInputDropdown>
, the long text gets wrapped. It should behave the same for table too.The text was updated successfully, but these errors were encountered: