diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 99083ff1a57..4195cb1dea0 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -723,6 +723,7 @@ input { z-index: 1; /* above input */ background-color: var(--color-main-background); cursor: pointer; + line-height: 17px; } /* displayed text if tag limit reached */ .multiselect__strong, |