diff --git a/frontend/src/LoginPage/LoginPage.jsx b/frontend/src/LoginPage/LoginPage.jsx index 8ed444e794..3ae5217f67 100644 --- a/frontend/src/LoginPage/LoginPage.jsx +++ b/frontend/src/LoginPage/LoginPage.jsx @@ -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({ diff --git a/frontend/src/_styles/onboarding.scss b/frontend/src/_styles/onboarding.scss index 69082b8167..0ad135a387 100644 --- a/frontend/src/_styles/onboarding.scss +++ b/frontend/src/_styles/onboarding.scss @@ -943,6 +943,8 @@ justify-content: center; align-items: center; height: 100vh; + width: 352px; + margin: 0 auto; } .spinner-center { diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index d5a20aa928..ccb6f7b949 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -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;