Merge pull request #11357 from nextcloud/multiselect-design-fix

Multiselect line-height fix
This commit is contained in:
Morris Jobke 2018-10-01 20:07:25 +02:00 committed by GitHub
commit 53656829b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,