Use flex-column for schedule modal on smaller screens

This commit is contained in:
Lewis Sparlin
2023-06-30 20:39:26 -05:00
committed by Tienson Qin
parent 8bc1d19388
commit 00d3a25aaa
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@
(contains? #{"deadline" "scheduled"}
(string/lower-case current-command)))
date (state/sub :date-picker/date)]
[:div#date-time-picker.flex.flex-row {:on-click (fn [e] (util/stop e))
[:div#date-time-picker.flex.flex-col.sm:flex-row {:on-click (fn [e] (util/stop e))
:on-mouse-down (fn [e] (.stopPropagation e))}
(ui/datepicker
date