Skip to content

Commit

Permalink
fix-alignment (#5903)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 22, 2023
1 parent ee7d393 commit 7865335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Medicine/PrescriptionBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function PrescriptionBuilder({
is_prn ? "add_prn_prescription" : "add_prescription_medication"
)}
description={
<div className="flex gap-2 w-full justify-end mt-2 text-warning-500">
<div className="flex gap-2 w-full justify-start mt-2 text-warning-500">
<CareIcon className="care-l-exclamation-triangle text-base" />
<span>{t("modification_caution_note")}</span>
</div>
Expand Down

0 comments on commit 7865335

Please sign in to comment.