docbrown/app/views/comments/edit.html.erb
yogeshwaran cf0a85b3a4
Bug fix #11402 - Very wide code blocks overflow in comment preview (#12166)
* 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
2021-01-12 10:45:25 +01:00

12 lines
481 B
Text

<div class="crayons-layout crayons-layout--limited-l gap-0">
<div
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 %>">
<h1 class="crayons-title mb-6">Editing comment</h1>
<%= render "form",
commentable: @commentable,
commentable_type: @comment.commentable_type %>
</div>
</div>