We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5189807 commit c6c94fcCopy full SHA for c6c94fc
1 file changed
resources/views/form/_form_component.antlers.html
@@ -47,7 +47,7 @@
47
{{# REGULAR MODE: Fieldsets #}}
48
<fieldset class="not-last:pb-6 not-last:lg:pb-10">
49
{{ if display }}
50
- <legend class="text-ef-xl font-bold text-ef-label mb-1">{{ display | trans }}</legend>
+ <legend class="text-ef-xl font-bold text-ef-label {{ if instructions }}mb-1{{ else }}mb-6{{ /if }}">{{ display | trans }}</legend>
51
{{ /if }}
52
{{ if instructions }}
53
<p class="text-ef-sm text-ef-text-muted mb-6">{{ instructions | trans }}</p>
0 commit comments