]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: enforce dropdown input min width
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 29 May 2024 06:52:45 +0000 (23:52 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 29 May 2024 06:52:45 +0000 (23:52 -0700)
src-ui/src/styles.scss

index 0e084e838b311b332f3a57295b9d74428b17c93e..412324142d666a1c0fca6a1884e74b0f32a20ce0 100644 (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 {