mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Fix: enforce dropdown input min width
This commit is contained in:
parent
b996022003
commit
fdf873ad6a
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue