Skip to content

Commit

Permalink
added-rem-values
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Oct 15, 2024
1 parent 6996006 commit c6bbea2
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 className="max-w-[110px] truncate">
<p className="max-w-[6rem] truncate">
{prescription.dosage_type !== "PRN"
? t("PRESCRIPTION_FREQUENCY_" + prescription.frequency)
: prescription.indicator}
Expand Down

0 comments on commit c6bbea2

Please sign in to comment.