Skip to content

Commit b11f769

Browse files
committed
Merge pull request #24 from neynah/master
Prevent URLs from over flowing outside of comment box
2 parents 88f1864 + 0e7ae06 commit b11f769

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)