Skip to content

Commit

Permalink
Dosage heading is misaligned in the prescription module #8645
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Oct 9, 2024
1 parent 8e6a2f2 commit 8efe2de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default function MedicineAdministrationTableRow({
</p>
)}

<p>
<p className="max-w-[110px] truncate">
{prescription.dosage_type !== "PRN"
? t("PRESCRIPTION_FREQUENCY_" + prescription.frequency)
: prescription.indicator}
Expand Down

0 comments on commit 8efe2de

Please sign in to comment.