Styling update for dates.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user