Skip to content

Commit

Permalink
center vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Jun 5, 2024
1 parent 0d3f296 commit 66682a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/addon-base-ui/packages/base-ui/src/parts/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class Login extends React.Component {
textAlign="center"
verticalAlign="middle"
className="animated fadeIn"
style={{ maxWidth: '1000px', margin: '0 auto', fontSize: '1.2em' }}
style={{ maxWidth: '1000px', height: '100%', margin: '0 auto', fontSize: '1.2em' }}
>
<Grid.Column style={{ width: '50%' }}>
<Grid.Row>
Expand Down

0 comments on commit 66682a1

Please sign in to comment.