Skip to content

Commit

Permalink
Fix alignment issue in timestamp in Created and Last Modified for Pat…
Browse files Browse the repository at this point in the history
…ient Dashboard (#9410)
  • Loading branch information
ashwinpraveengo authored Dec 16, 2024
1 parent b147027 commit f84c7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Facility/ConsultationDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export const ConsultationDetails = (props: any) => {
</div>
<div className="flex flex-col justify-between gap-2 px-4 py-1 md:flex-row">
<div className="font-base flex flex-col text-xs leading-relaxed text-secondary-700">
<div className="flex">
<div className="flex items-center">
<span className="text-secondary-900">Created: </span>&nbsp;
<RelativeDateUserMention
actionDate={consultationData.created_date}
Expand All @@ -342,7 +342,7 @@ export const ConsultationDetails = (props: any) => {
</div>
</div>
<div className="font-base flex flex-col text-xs leading-relaxed text-secondary-700 md:text-right">
<div className="flex">
<div className="flex items-center">
<span className="text-secondary-900">Last Modified: </span>
&nbsp;
<RelativeDateUserMention
Expand Down

0 comments on commit f84c7df

Please sign in to comment.