From 39a394495150191f19ff6dbb3a36e286efcfa97d Mon Sep 17 00:00:00 2001 From: Riken Shah Date: Tue, 6 Sep 2022 16:24:34 +0530 Subject: [PATCH] timepicker: Fix hours and minutes input getting squeeze in safari. This issue is probably with the upstream bug in `flatpickr` but we can fix it for us by specifying minimum height to the input. Fixes #22698 --- static/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 11be28fa0f..4562f61397 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2721,6 +2721,7 @@ div.topic_edit_spinner .loading_indicator_spinner { .flatpickr-time input { margin: 0 5px; + min-height: 30px; } .flatpickr-confirm {