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
This commit is contained in:
Riken Shah 2022-09-06 16:24:34 +05:30 committed by Tim Abbott
parent 16829bd84b
commit 39a3944951
1 changed files with 1 additions and 0 deletions

View File

@ -2721,6 +2721,7 @@ div.topic_edit_spinner .loading_indicator_spinner {
.flatpickr-time input {
margin: 0 5px;
min-height: 30px;
}
.flatpickr-confirm {