Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Jun 16, 2019
1 parent 4f0892c commit 5b7a7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/components/Authenticated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const styles = createStyles({
marginTop: '1em'
},
form: {
maxWidth: '21em',
padding: '1em',
margin: '0.5em auto'
margin: '0.5em auto',
width: '24em'
},
div: {
margin: 'auto'
Expand Down
4 changes: 2 additions & 2 deletions web/components/Unauthenticated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ interface UnauthenticatedState {

const styles = createStyles({
form: {
maxWidth: '21em',
padding: '1em',
margin: 'auto'
margin: 'auto',
width: '24em'
},
password: {
marginTop: 0
Expand Down

0 comments on commit 5b7a7c2

Please sign in to comment.