Skip to content

Commit

Permalink
Merge pull request #162 from daithihearn/score-label-overflow
Browse files Browse the repository at this point in the history
Score label overflow
  • Loading branch information
daithihearn authored Apr 25, 2023
2 parents 3468db6 + 51f3654 commit 2d4ae83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
PORT=3000
REACT_SERVER_NAME=default_server
REACT_APP_API_URL=http://localhost:7080
REACT_APP_WEBSOCKET_URL=http://localhost:7070

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "6.1.3",
"version": "6.1.4",
"description": "React frontend for the Cards 110",
"author": "Daithi Hearn",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Cards 110",
"name": "Cards 110",
"version": "6.1.3",
"version": "6.1.4",
"icons": [
{
"src": "./assets/favicon.png",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Game/_game.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
}

.score-text {
width: 1.7em;
width: 2.5em;
display: inline-block;
border-radius: 25%;
border-radius: 16%;
}

.player-score-container {
Expand Down

0 comments on commit 2d4ae83

Please sign in to comment.