aboutsummaryrefslogtreecommitdiff
path: root/scss/_dropdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_dropdown.scss')
-rw-r--r--scss/_dropdown.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 0d8303bbc..acc68aa59 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -24,7 +24,7 @@
min-width: $dropdown-min-width;
padding: $dropdown-padding-y 0;
margin: $dropdown-spacer 0 0; // override default ul
- font-size: $font-size-base; // Redeclare because nesting can cause inheritance issues
+ font-size: $dropdown-font-size;
color: $body-color;
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
list-style: none;