Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/templateUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ export const getRepitivePtDetails = (
}
}
// id={HEADER_CONTAINER}
className="flex space-x-4 pt-8 flex justify-between header-bottom-border text-13"
className="flex space-x-4 flex justify-between header-bottom-border text-13"
>
<div
style={{
Expand Down Expand Up @@ -1329,7 +1329,7 @@ export const getRepitivePtDetails = (
const patientDetailsContent = (
<>
<div className="flex items-start justify-between italic text-darwin-neutral-500 text-13">
<div className="flex space-x-4 pt-8 flex justify-between header-bottom-border text-13">
<div className="flex space-x-4 flex justify-between header-bottom-border text-13">
<div
style={{
...(patientDetailsUppercase
Expand Down
Loading