mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Sync dropdown font size with btn font size
This commit is contained in:
committed by
Mark Otto
parent
fd98e77cac
commit
e57cdee6bc
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user