Merge pull request #11357 from nextcloud/multiselect-design-fix
Multiselect line-height fix
This commit is contained in:
commit
53656829b9
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ input {
|
||||||
z-index: 1; /* above input */
|
z-index: 1; /* above input */
|
||||||
background-color: var(--color-main-background);
|
background-color: var(--color-main-background);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
/* displayed text if tag limit reached */
|
/* displayed text if tag limit reached */
|
||||||
.multiselect__strong,
|
.multiselect__strong,
|
||||||
|
|
Loading…
Reference in a new issue