Commit a1675cbb authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

hide overflow on comment component (#1611)

fixes #1568 by imposing a hidden state on overflow text.
parent 5321712a
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
.emoji-text.mod-comment { .emoji-text.mod-comment {
margin: 0; margin: 0;
overflow: hidden;
} }
.comment-text-timestamp { .comment-text-timestamp {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment