feat: Creates new component for multiselect. (#2446)

This commit is contained in:
Sivin Varghese
2021-06-25 17:41:24 +05:30
committed by GitHub
parent d840b7b13d
commit 151bfbd1dd
7 changed files with 500 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ $default-button-height: 4.0rem;
height: $default-button-height;
margin-bottom: 0;
.button__content {
width: 100%;
}
.spinner {
padding: 0 var(--space-small);
}

View File

@@ -90,7 +90,7 @@
}
},
"SEARCH": {
"NO_RESULTS": "No agents found."
"NO_RESULTS": "No results found."
}
}
}