Skip to content

Commit

Permalink
fix(User): fix offset for xs size (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
St1ggy authored Sep 18, 2024
1 parent 0c08c45 commit a725abb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/components/User/User.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,17 @@ $block: '.#{variables.$ns}user';
}

&_size {
&_xs,
&_2xs {
#{$block}__info {
@include user-text-small();
}

#{$block}__avatar + #{$block}__info {
margin-inline-start: 6px;
}
}

&_2xs {
#{$block}__info {
@include user-text-small();
}
}
}
}

0 comments on commit a725abb

Please sign in to comment.