fix: label multiselect styling on focus
This commit is contained in:
@ -414,8 +414,8 @@ function focus() {
|
||||
|
||||
.input-wrapper {
|
||||
padding: 0;
|
||||
background: var(--white) !important;
|
||||
border-color: var(--grey-200) !important;
|
||||
background: var(--white);
|
||||
border-color: var(--grey-200);
|
||||
flex-wrap: wrap;
|
||||
height: auto;
|
||||
|
||||
|
Reference in New Issue
Block a user