fix: Fix word wrapping in dropdown menu items (no-changelog) (#6874)

This commit is contained in:
Alex Grozav 2023-08-08 18:33:55 +03:00 committed by GitHub
parent 3619345169
commit 9139e64e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;