We can do this without adding extra classes
This commit is contained in:
parent
81e8cb3679
commit
e7ab93536f
2 changed files with 2 additions and 2 deletions
|
@ -113,6 +113,6 @@
|
||||||
// Adding this so the comment box at the bottom isn't unnaturally small.
|
// Adding this so the comment box at the bottom isn't unnaturally small.
|
||||||
// Applying more generally breaks node content layout.
|
// Applying more generally breaks node content layout.
|
||||||
|
|
||||||
.flow.content.comment-form {
|
.media-comment > .flow.content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
{% if comment_form %}
|
{% if comment_form %}
|
||||||
<div class="media media-comment">
|
<div class="media media-comment">
|
||||||
<div class="flow content comment-form">
|
<div class="flow content">
|
||||||
<div class="flow_middle">
|
<div class="flow_middle">
|
||||||
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
||||||
{{ comment_form }}
|
{{ comment_form }}
|
||||||
|
|
Loading…
Reference in a new issue