Skip to content

Commit

Permalink
fix(OnboardingMenu): change align-items start to flex-start (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
yatskovanatoly authored May 27, 2024
1 parent b88dc79 commit 8246c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OnboardingMenu/OnboardingMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $block: '.#{variables.$ns}onboarding-menu';

&__title {
display: flex;
align-items: start;
align-items: flex-start;
justify-content: center;

margin-block-end: var(--g-spacing-1);
Expand Down

0 comments on commit 8246c87

Please sign in to comment.