mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Scroll when long words would overflow comment entry
This commit is contained in:
parent
d7c40fa6ef
commit
f590b9c97a
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue