Skip to content

Commit

Permalink
fix(OnboardingMenu): fix item title styles (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-jpg authored Mar 20, 2024
1 parent 84df613 commit f534f78
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 f534f78

Please sign in to comment.