Skip to content

Commit

Permalink
Add space between button view and ArrowRight
Browse files Browse the repository at this point in the history
  • Loading branch information
sherrif10 committed Jan 10, 2024
1 parent d8dd0ab commit c7447f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/summary-tiles/summary-tile.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const SummaryTile: React.FC<SummaryTileProps> = ({
iconDescription={t("view", "View ")}
>
{t("view", "View ")}
&nbsp;
</Button>
</div>
<div>
Expand Down

0 comments on commit c7447f2

Please sign in to comment.