Skip to content

Commit

Permalink
fix(user-name-style): fixed name lineheight
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBos authored and ThomBos committed Jun 30, 2022
1 parent c61adf6 commit b5ab4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/views/user/User.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
min-width: 0;
font-size: @title-text;
font-weight: bolder;
line-height: 1.6;
line-height: 1.25;
text-overflow: ellipsis;
overflow: hidden;
}
Expand Down

0 comments on commit b5ab4a1

Please sign in to comment.