mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Fix icon–text gap in Tom Select dropdown options (#2860)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
.dropdown-item {
|
||||
display: flex;
|
||||
gap: var(--dropdown-item-gap);
|
||||
gap: var(--dropdown-item-gap, #{$dropdown-item-gap});
|
||||
align-items: center;
|
||||
min-width: $dropdown-min-width;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user