mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
.
This commit is contained in:
parent
6e2b21c200
commit
76d9cd4e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
min-width: var(--#{$variable-prefix}dropdown-min-width);
|
||||
padding: var(--#{$variable-prefix}dropdown-padding);
|
||||
margin: 0; // Override default margin of ul
|
||||
@include font-size(var(#{$vriable-prefix}dropdown-font-size));
|
||||
@include font-size(var(#{$variable-prefix}dropdown-font-size));
|
||||
color: var(--#{$variable-prefix}dropdown-color);
|
||||
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
||||
list-style: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue