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

Commit

Permalink
fix(Login): add 100% height for Login component
Browse files Browse the repository at this point in the history
fix(Login): add 100% height for Login component
  • Loading branch information
Metnew committed Nov 3, 2017
1 parent c742eb4 commit 6b247e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/containers/Login/components/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class LoginComponent extends Component {
textAlign="center"
relaxed
stretched
style={{height: '100%'}}
>
<Helmet>
<title>Noir:Login</title>
Expand Down

0 comments on commit 6b247e2

Please sign in to comment.