Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Jul 7, 2024
1 parent 638a0dd commit 38e012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiftLog.Ui/Shared/Smart/SessionComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@if(Session.Blueprint.Notes != "")
{
<Card class="m-2 gap-4 text-start flex items-center" Type=Card.CardType.Filled>
<Card class="my-2 mx-7 gap-4 text-start flex items-center" Type=Card.CardType.Filled>
<md-icon>notes</md-icon>
<p>@Session.Blueprint.Notes</p>
</Card>
Expand Down

0 comments on commit 38e012d

Please sign in to comment.