diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-07 16:11:26 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-01-13 16:27:40 -0800 |
| commit | e57cdee6bc449eaed4dfc2bbf9732d1d6b489864 (patch) | |
| tree | 9a4fd425ceccad4540ec49ef1e8657302bff7f27 /scss/_dropdown.scss | |
| parent | fd98e77cacc57ff1f463fad4d34fee2deeb847f1 (diff) | |
| download | bootstrap-e57cdee6bc449eaed4dfc2bbf9732d1d6b489864.tar.xz bootstrap-e57cdee6bc449eaed4dfc2bbf9732d1d6b489864.zip | |
Sync dropdown font size with btn font size
Diffstat (limited to 'scss/_dropdown.scss')
| -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 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; |
