Increase the width of date picker inputs
authorAlexander Ebert <ebert@woltlab.com>
Thu, 28 Sep 2023 16:37:29 +0000 (18:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 28 Sep 2023 16:37:29 +0000 (18:37 +0200)
See https://www.woltlab.com/community/thread/301777-date-inputs-need-more-space/

wcfsetup/install/files/style/ui/datePicker.scss

index 71e1e1a54afdf96bb70452a3da0c1cf2cd9383f2..8724c99dec14a148e443db728f4d4a6bccecf69b 100644 (file)
@@ -1,7 +1,7 @@
 .inputAddon > .inputDatePicker {
        cursor: pointer;
-       flex: 0 1 200px;
-       min-width: 200px;
+       flex: 0 1 275px;
+       min-width: 275px;
 }
 
 .datePicker {