mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: enforce dropdown input min width
This commit is contained in:
parent
b996022003
commit
fdf873ad6a
@ -259,6 +259,10 @@ a.btn-link:focus-visible,
|
|||||||
|
|
||||||
.ng-select-container .ng-value-container .ng-input {
|
.ng-select-container .ng-value-container .ng-input {
|
||||||
top: 7px;
|
top: 7px;
|
||||||
|
|
||||||
|
input {
|
||||||
|
min-width: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user