Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrad26 committed Apr 2, 2024
1 parent bc3c50c commit 90abd62
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"noreferrer",
"instagram",
"linkedin",
"checkbox",
"pathname",
"resize",
"unmount",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/react-dom": "^18.2.4",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@unrealpixels/common-lib": "^0.1.16",
"@unrealpixels/common-lib": "^0.1.17",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.4.0",
Expand Down
2 changes: 2 additions & 0 deletions src/views/App/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

.data-entry {
width: 100%;
font-family: monospace;
font-size: 1rem;

&--label {
display: block;
Expand Down

0 comments on commit 90abd62

Please sign in to comment.