Skip to content

Commit

Permalink
change margin
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Dec 1, 2023
1 parent e0778fc commit 7255ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Shifting/ShiftDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export default function ShiftDetails(props: { id: string }) {
<div className="text-sm font-medium leading-5 text-gray-500">
{t("created")}
</div>
<div className="mt-2 whitespace-pre text-sm leading-5 text-gray-900">
<div className="mt-1 whitespace-pre text-sm leading-5 text-gray-900">
<RecordMeta
time={data?.created_date}
user={data?.created_by_object}
Expand Down

0 comments on commit 7255ef0

Please sign in to comment.