fix(date-overrides): alignment of edit & delete btns (#6892)

pull/6899/head
Sai Deepesh 2023-02-06 07:01:05 +05:30 committed by GitHub
parent 9d02cb493c
commit c3d6df2dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const DateOverrideList = ({
)) ))
)} )}
</div> </div>
<div className="space-x-2 rtl:space-x-reverse"> <div className="flex flex-row-reverse gap-5 space-x-2 rtl:space-x-reverse">
<DateOverrideInputDialog <DateOverrideInputDialog
excludedDates={excludedDates} excludedDates={excludedDates}
workingHours={workingHours} workingHours={workingHours}