Commit 7c77a9aa authored by Mark Harding's avatar Mark Harding

(fix): overflow on comments area

parent 65b5bbb3
No related merge requests found
Pipeline #65839339 (#491) passed with stages
in 40 minutes and 53 seconds
......@@ -232,6 +232,8 @@ minds-comments, m-comments__tree, .m-comment-wrapper {
minds-textarea {
font-family: inherit;
font-size: 12px;
width: 0;
min-width: 0;
flex: 1;
margin-bottom: $minds-padding;
border-radius: 25px;
......@@ -422,4 +424,5 @@ minds-comments, m-comments__tree, .m-comment-wrapper {
.m-comment--poster .minds-body {
overflow: hidden;
min-height: 50px;
}
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