mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
fix: Fix word wrapping in dropdown menu items (no-changelog) (#6874)
This commit is contained in:
parent
3619345169
commit
9139e64e22
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue