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

@ -4,7 +4,7 @@
padding: 14px;
box-shadow: 0px 4px 8px rgba($color-black, 0.25);
border-radius: 8px;
width: 450px;
width: 500px;
position: fixed;
form {
@ -23,9 +23,12 @@
}
.custom-select {
width: 155px;
width: 180px;
overflow: hidden;
justify-content: normal;
select {
height: auto;
}
}
.action-buttons {

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;