Skip to content

Commit

Permalink
fix(demo-app): username should not overflow info card (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored Jul 8, 2022
1 parent 7d48d12 commit 58558e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/demo-app/src/App.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
border-radius: 8px;
width: 400px;

div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

span {
font: var(--font-label-large);
}
Expand Down

0 comments on commit 58558e5

Please sign in to comment.