Styling update for dates.
This commit is contained in:
@@ -99,7 +99,10 @@ export function ScheduleJobModalComponent({
|
|||||||
{smartOptions.length > 0 && (
|
{smartOptions.length > 0 && (
|
||||||
<div>{t("appointments.labels.suggesteddates")}</div>
|
<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) => (
|
{smartOptions.map((d, idx) => (
|
||||||
<Button
|
<Button
|
||||||
className="imex-flex-row__margin"
|
className="imex-flex-row__margin"
|
||||||
|
|||||||
Reference in New Issue
Block a user