Styling update for dates.

This commit is contained in:
Patrick Fic
2020-12-16 07:53:43 -08:00
parent b6d8aa287f
commit 41c1e75b31

View File

@@ -99,7 +99,10 @@ export function ScheduleJobModalComponent({
{smartOptions.length > 0 && (
<div>{t("appointments.labels.suggesteddates")}</div>
)}
<div className="imex-flex-row imex-flex-row__flex-space-around">
<div
className="imex-flex-row imex-flex-row__flex-space-around"
style={{ flexWrap: "wrap" }}
>
{smartOptions.map((d, idx) => (
<Button
className="imex-flex-row__margin"