Skip to content

Commit

Permalink
fix(recent-contributions): break long words instead of overflowing (#…
Browse files Browse the repository at this point in the history
…10503)

make sure long words break onto next line instead of overflowing
  • Loading branch information
tannerdolby authored Mar 5, 2024
1 parent 0071314 commit 9ec8963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/homepage/recent-contributions/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
gap: 0.125rem;
line-height: var(--base-line-height);
margin: 0;
overflow-wrap: break-word;

a {
color: var(--text-primary);
Expand Down

0 comments on commit 9ec8963

Please sign in to comment.