* Fix #11402 - Comments with code not scroll issue * Fix #11402 - Comments with code not scroll issue * Fix #11402 - Comments with code not scroll issue * #12166 - PR Review changes * Fix #11402 - Comments with code not scroll issue * #12166 - PR Review changes
This commit is contained in:
parent
0fe4164397
commit
cf0a85b3a4
2 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
display: flex;
|
||||
flex-flow: column;
|
||||
flex: 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.comment-textarea {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="crayons-layout crayons-layout--limited-l gap-0">
|
||||
<div
|
||||
class="comments-container crayons-card text-padding"
|
||||
class="comments-container crayons-card min-w-0 text-padding"
|
||||
id="comments-container"
|
||||
data-commentable-id="<%= @comment.commentable_id %>"
|
||||
data-commentable-type="<%= @comment.commentable_type %>">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue