diff --git a/themes/conventional-commits/static/css/scss/components/_dropdown.scss b/themes/conventional-commits/static/css/scss/components/_dropdown.scss index 477756d..304f7b4 100644 --- a/themes/conventional-commits/static/css/scss/components/_dropdown.scss +++ b/themes/conventional-commits/static/css/scss/components/_dropdown.scss @@ -57,6 +57,7 @@ left: 50%; transform: translate(-50%, 0); list-style: none; + font-size: 13px; background-color: $dropdown-options-background-color; border-radius: $dropdown-border-radius; box-shadow: $shadow-soft;