Skip to content

Commit

Permalink
fix: user icon text overflow in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Feb 26, 2021
1 parent 114e3a1 commit 2b7d0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/less/generics.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
font-weight: normal;
vertical-align: middle;
overflow: hidden; /* stops alt text from overflowing past boundaries if image does not load */
white-space: nowrap;

&:before {
content: '';
Expand Down

0 comments on commit 2b7d0b5

Please sign in to comment.