Skip to content

Commit

Permalink
added bottom marging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Feb 6, 2025
1 parent a06e7d6 commit bf1b892
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/Appointments/AppointmentDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,10 @@ const AppointmentDetails = ({
<div className="container md:p-6 max-w-3xl space-y-6">
<Card>
<CardHeader>
<CardTitle>
<span className="mr-3">{t("schedule_information")}</span>
<CardTitle className="">
<span className="mr-3 inline-block mb-2">
{t("schedule_information")}
</span>
<Badge
variant={
(
Expand Down

0 comments on commit bf1b892

Please sign in to comment.