Skip to content

Commit 9ec8963

Browse files
authored
fix(recent-contributions): break long words instead of overflowing (#10503)
make sure long words break onto next line instead of overflowing
1 parent 0071314 commit 9ec8963

File tree

1 file changed

+1
-0
lines changed
  • client/src/homepage/recent-contributions

1 file changed

+1
-0
lines changed

Diff for: client/src/homepage/recent-contributions/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
gap: 0.125rem;
5151
line-height: var(--base-line-height);
5252
margin: 0;
53+
overflow-wrap: break-word;
5354

5455
a {
5556
color: var(--text-primary);

0 commit comments

Comments
 (0)