Fix: enforce dropdown input min width

This commit is contained in:
shamoon 2024-05-28 23:52:45 -07:00
parent b996022003
commit fdf873ad6a

View File

@ -259,6 +259,10 @@ a.btn-link:focus-visible,
.ng-select-container .ng-value-container .ng-input {
top: 7px;
input {
min-width: 10px;
}
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {