Skip to content

Commit

Permalink
Fixed onboarding layout section title aligment (closes #4039) (#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 28, 2024
1 parent bd2c676 commit 9c3c64e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browser/components/zen-welcome/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ input[type='checkbox'] {
display: flex;
}

#layout {
text-align: center;
}

#layoutList {
display: flex;
gap: 20px;
Expand Down

0 comments on commit 9c3c64e

Please sign in to comment.