Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[joy-ui][docs] Remove wrong CSS prop from the Sign-in-side template #41383

Merged
merged 8 commits into from
Mar 8, 2024
Next Next commit
[joy-ui][docs] Remove wrong css prop
The term align-items: left doesn’t exist and also There’s no need to worry about cross axis alignment because there’s no extra height. So, you can remove it from the code without any issues.

Signed-off-by: Nedal <73669345+cipherlogs@users.noreply.github.com>
  • Loading branch information
cipherlogs authored Mar 6, 2024
commit 69d74f990007b48088e7828dee5f0865f57d0351
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export default function JoySignInSideTemplate() {
sx={{
py: 3,
display: 'flex',
alignItems: 'left',
justifyContent: 'space-between',
}}
>
Expand Down
Loading