diff options
| author | louismaxime.piton <[email protected]> | 2022-02-28 10:25:54 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-28 14:50:37 -0800 |
| commit | 76d9cd4e7ad55a7e20cf30a7deee902985dffdbe (patch) | |
| tree | 54b66e676ee3ae28a7d8c523c628498502db6572 | |
| parent | 6e2b21c20094c139db2831598de32bb6ed305b25 (diff) | |
| download | bootstrap-76d9cd4e7ad55a7e20cf30a7deee902985dffdbe.tar.xz bootstrap-76d9cd4e7ad55a7e20cf30a7deee902985dffdbe.zip | |
.
| -rw-r--r-- | scss/_dropdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 3ecf8d7af..1695de90c 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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; |
