Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@intracto.com>2019-01-07 18:11:26 +0300
committerMark Otto <otto@github.com>2019-01-14 03:27:40 +0300
commite57cdee6bc449eaed4dfc2bbf9732d1d6b489864 (patch)
tree9a4fd425ceccad4540ec49ef1e8657302bff7f27 /scss/_dropdown.scss
parentfd98e77cacc57ff1f463fad4d34fee2deeb847f1 (diff)
Sync dropdown font size with btn font size
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 0d8303bbce..acc68aa599 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;