Skip to content

Commit

Permalink
Update PrescriptionDetailCard component styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Jan 19, 2024
1 parent 9aa7eb3 commit ce9f176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Medicine/PrescriptionDetailCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ export default function PrescriptionDetailCard({
{prescription.medicine_object?.name ?? prescription.medicine_old}
</Detail>
<Detail
className="col-span-5 break-all md:col-span-3"
className="col-span-5 break-all md:col-span-2"
label={t("route")}
>
{prescription.route &&
t("PRESCRIPTION_ROUTE_" + prescription.route)}
</Detail>
<Detail className="col-span-4 md:col-span-1" label={t("dosage")}>
<Detail className="col-span-4 md:col-span-2" label={t("dosage")}>
{prescription.dosage}
</Detail>

Expand Down

0 comments on commit ce9f176

Please sign in to comment.