Fix the minimum width of the datepicker on mobile
authorAlexander Ebert <ebert@woltlab.com>
Wed, 20 Nov 2024 13:58:21 +0000 (14:58 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 20 Nov 2024 13:58:21 +0000 (14:58 +0100)
See https://www.woltlab.com/community/thread/309584-poll-settings-bug/

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

index 74a56a5f3dcc54782d873a1aff8cc6dc93399fcc..68f609a293242992eb71ad1891c029c543b033bc 100644 (file)
        .inputAddon.inputAddonDatePicker .inputDatePicker {
                flex: 1 auto;
                min-width: auto;
-               width: auto;
+               width: 0;
        }
 }