Merge pull request #3641 from consul/fix_ckeditor_height
Fix CKEditor height in dashboard actions form
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
<%= f.text_field :short_description, label: false %>
|
||||
</div>
|
||||
|
||||
<%= f.cktext_area :description, ckeditor: { language: I18n.locale } %>
|
||||
<div class="ckeditor">
|
||||
<%= f.cktext_area :description, ckeditor: { language: I18n.locale } %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user