mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 00:09:18 +00:00
Merge pull request #16640 from amanmalh/fix/logo-stretch
fix: change alignment from stretch to center
This commit is contained in:
commit
8badb6b9ea
@ -149,7 +149,7 @@ const Register = ({ authType, fieldsToDisable, noSignin, onSubmit, schema }) =>
|
||||
return (
|
||||
<Form noValidate>
|
||||
<Main>
|
||||
<Flex direction="column" alignItems="stretch" gap={3}>
|
||||
<Flex direction="column" alignItems="center" gap={3}>
|
||||
<Logo />
|
||||
|
||||
<Typography as="h1" variant="alpha" textAlign="center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user