Set max width on p elements and add in p tags where they were missing
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
{% if show_label %}
|
||||
{{ field.label }}
|
||||
{% endif %}
|
||||
{{ field.description }}
|
||||
<p>
|
||||
{{ field.description }}
|
||||
</p>
|
||||
<div v-if="!hideInput" class="upload-widget">
|
||||
<label class="upload-label" for="{{ field.name }}">
|
||||
<span class="upload-button">
|
||||
|
Reference in New Issue
Block a user