Slightly increase input field to allow for larger placeholders
authorAlexander Ebert <ebert@woltlab.com>
Wed, 7 Jun 2017 09:58:21 +0000 (11:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 7 Jun 2017 09:58:21 +0000 (11:58 +0200)
wcfsetup/install/files/style/ui/itemListInput.scss

index e9d754bde6c2e1d0db1df5636afaa02f033bea70..e1aca0f22450bd932e150804bf0feb96366e0405 100644 (file)
@@ -38,6 +38,7 @@
        > .input > input {
                background-color: transparent !important;
                border-width: 0 !important;
+               min-width: 165px;
                padding: 0 !important;
        }
 }