N°3930 Fix dashlets select property with a set size

This commit is contained in:
Stephen Abello
2021-07-08 10:32:41 +02:00
parent f7a35072f5
commit 5254c9a633
3 changed files with 12 additions and 2 deletions

View File

@@ -59,6 +59,10 @@ $ibo-input-select--action-button--padding-right: 2px !default;
padding-left: $ibo-input--padding-x;
}
}
&[size]{
height: auto;
}
}
.ibo-input-select-autocomplete{
min-width: $ibo-input-select-autocomplete--value--min-midth !important;