We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064e9cb commit 5f37960Copy full SHA for 5f37960
1 file changed
templates/news/v3/create.html
@@ -67,7 +67,7 @@ <h1 class="create-post-page__title">Create Post</h1>
67
<p class="field__help" id="field-content-help" x-show="!errors.content">This editor supports Markdown: headings, lists, code blocks, links, and more.</p>
68
</div>
69
70
- <div class="create-post-page__description-field" :style="isLinkType ? '' : 'display: none'">
+ <div class="field create-post-page__description-field" :style="isLinkType ? 'display:flex' : 'display: none'">
71
{% include "v3/includes/_field_textarea.html" with name="content" field_id="description" label="Description" value=form.content.value|default_if_none:"" alpine_error="errors.content" error=form.content.errors.0 alpine_disabled_expr="isWriteUp" %}
72
73
0 commit comments