chore: Change size of assignee dropdown in header (#2027)

* Chore: Change size of assignee dropdown in header

* Fix: prevent overflow of agent name in multselect
This commit is contained in:
Nithin David Thomas
2021-04-07 11:45:33 +05:30
committed by GitHub
parent 7c9cd8aa1e
commit a377da9028
3 changed files with 9 additions and 4 deletions

View File

@@ -118,6 +118,8 @@
}
.multiselect__single {
@include text-ellipsis;
display: inline-block;
margin-bottom: 0;
padding: var(--space-slab) var(--space-one);
}