Small changes on multi-input behaviour and styles

This commit is contained in:
Pablo Alba 2022-03-04 14:56:02 +01:00
parent cfe657d853
commit 7e26e2bc21
4 changed files with 19 additions and 13 deletions

View file

@ -230,6 +230,8 @@ textarea {
.custom-multi-input {
border-radius: 2px;
border: 1px solid $color-gray-20;
max-height: 300px;
overflow-y: auto;
&.invalid {
label {
@ -253,7 +255,7 @@ textarea {
}
.selected-item {
// margin-bottom: 5px;
width: 100%;
&:not(:last-child) {
margin-right: 3px;