mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix: enforce dropdown input min width
This commit is contained in:
parent
9d8e26c1c0
commit
7e7afa4002
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user