avoid re-layout from header bar when login loads in
This commit is contained in:
parent
0a6a9121f0
commit
9d6ec247cf
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ function PageLayout({ children, hideHomeLink }) {
|
|||
alignItems="center"
|
||||
flexWrap="wrap"
|
||||
marginBottom="6"
|
||||
// Leave space while content is still loading
|
||||
minHeight="2rem"
|
||||
>
|
||||
{!hideHomeLink && <HomeLink />}
|
||||
<UserLoginLogout marginLeft="auto" />
|
||||
|
|
Loading…
Reference in a new issue