Skip to content

Commit 0e7ae06

Browse files
committed
Prevent URLs from over flowing outside of comment box
1 parent 88f1864 commit 0e7ae06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/styles/components/annotation.import.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
white-space: pre-line;
6969
background-color: darken(@white, 5%);
7070
padding: .5em;
71+
word-wrap: break-word;
7172
}
7273

7374
.date,

0 commit comments

Comments
 (0)