mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
gave width to login/signup page skeleton (#5153)
This commit is contained in:
parent
4d7843836b
commit
47023bb8dd
3 changed files with 5 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ class LoginPageComponent extends React.Component {
|
|||
}
|
||||
// If there is no organization found for single organization setup
|
||||
// show form to sign up
|
||||
// redirected here for self hsoted version
|
||||
// redirected here for self hosted version
|
||||
this.props.history.push('/setup');
|
||||
|
||||
this.setState({
|
||||
|
|
|
|||
|
|
@ -943,6 +943,8 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
width: 352px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.spinner-center {
|
||||
|
|
|
|||
|
|
@ -7713,13 +7713,6 @@ tbody {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.loader-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.spinner-center {
|
||||
margin: 0 auto
|
||||
}
|
||||
|
|
@ -8318,7 +8311,8 @@ tbody {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.toojet-db-table-footer, .home-page-footer {
|
||||
.toojet-db-table-footer,
|
||||
.home-page-footer {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
width: -webkit-fill-available;
|
||||
|
|
|
|||
Loading…
Reference in a new issue