Skip to content

Commit 74eb96d

Browse files
authored
Merge pull request #393 from bruin-tennis-consulting/392-double-digit-tiebreaker-styling
fixed small styling bug for double digit tiebreaker scores
2 parents 117d5bd + 9f3c391 commit 74eb96d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/DashboardTile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const DashboardTile = ({
108108
fontSize: '0.6em',
109109
top: '-0.3em',
110110
left: '0.9em',
111-
letterSpacing: '1vw'
111+
letterSpacing: 'normal'
112112
}}
113113
>
114114
{tieScores[index]}

app/components/MatchTiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const MatchTiles = ({
7777
fontSize: '0.6em',
7878
top: '-0.3em',
7979
left: '0.9em',
80-
letterSpacing: '1vw'
80+
letterSpacing: 'normal'
8181
}}
8282
>
8383
{tieScores[index]}

0 commit comments

Comments
 (0)