Scroll when long words would overflow comment entry

This commit is contained in:
James Allen 2017-02-13 10:09:35 +01:00
parent d7c40fa6ef
commit f590b9c97a

View file

@ -423,6 +423,7 @@
.rp-comment-content {
margin: 0;
color: @rp-type-darkgrey;
overflow-x: auto; // Long words, like links can overflow without this.
}
.rp-comment-resolver {