fix: Fix word wrapping in dropdown menu items (no-changelog) (#6874)
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
color: var(--color-text-dark);
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
white-space: nowrap;
|
||||
&:not(.is-disabled):hover,
|
||||
&:focus {
|
||||
background-color: var.$dropdown-menuItem-hover-fill;
|
||||
|
||||
Reference in New Issue
Block a user