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

@@ -11,11 +11,12 @@ $resolve-button-width: 13.2rem;
.multiselect-box {
@include flex;
@include flex-align($x: justify, $y: middle);
@include border-light;
border-radius: $space-smaller;
border: 1px solid var(--color-border);
border-radius: var(--space-smaller);
margin-right: var(--space-small);
width: 20.2rem;
&::before {
.icon {
color: $medium-gray;
font-size: $font-size-default;
line-height: 3.8rem;
@@ -25,6 +26,7 @@ $resolve-button-width: 13.2rem;
.multiselect {
margin: 0;
min-width: 0;
.multiselect__tags {
border: 0;