diff --git a/apps/comments-ui/src/index.css b/apps/comments-ui/src/index.css index 2662de83b8..534fc069b8 100644 --- a/apps/comments-ui/src/index.css +++ b/apps/comments-ui/src/index.css @@ -24,6 +24,7 @@ body { /* Links */ .gh-comment-content a { + word-break: break-word; text-decoration: underline; color: var(--gh-accent-color); }