Skip to content

Commit

Permalink
Text align evaluation left (#6)
Browse files Browse the repository at this point in the history
* textAlign: center

* textAlign: left
  • Loading branch information
ksindi authored Oct 21, 2023
1 parent 6314c4b commit 2bb48a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/UploadForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const styles = {
margin: '0 auto',
lineHeight: '1.5',
maxWidth: '800px',
textAlign: 'left',
},
};

Expand Down

0 comments on commit 2bb48a6

Please sign in to comment.