Skip to content

Commit

Permalink
feat: fix OnboardingMenuItem title
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-jpg committed Mar 20, 2024
1 parent 84df613 commit cd6d042
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ $block: '.#{variables.$ns}onboarding-menu-item';
color: var(--g-color-text-complementary);
overflow: hidden;
text-overflow: ellipsis;
text-align: start;
}

&__text {
Expand Down

0 comments on commit cd6d042

Please sign in to comment.