aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_dropdown.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 23fc283ba..d5861e19e 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -45,6 +45,7 @@
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0; // override default ul
+ color: $body-color;
font-size: $font-size-base;
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
list-style: none;