Skip to content

Commit

Permalink
fix: CE-1055 Remove Margins from decision HR (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored Sep 11, 2024
1 parent b28a168 commit 49d8048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const DecisionItem: FC<props> = ({
<dt>Discharge type</dt>
<dd>{getValue("discharge")?.label}</dd>
</div>
<hr></hr>
<hr className="my-0"></hr>
<div>
<dt>Action taken</dt>
<dd>{getValue("actionTaken")?.label}</dd>
Expand Down

0 comments on commit 49d8048

Please sign in to comment.