Skip to content

Commit 1f9ea94

Browse files
committed
Add spacing below expanded accordion content
1 parent f9ae7ec commit 1f9ea94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ui/apidoc/templates.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ templ renderOperation(path string, op *apidoc.Operation, components apidoc.SpecC
151151
}
152152
<h3 class="h6 mt-3">Responses</h3>
153153
@renderResponses(op.Responses, components)
154-
<div class="text-end">
154+
<div class="text-end mt-3 mb-5">
155155
@requiredLegend()
156156
</div>
157157
</div>

0 commit comments

Comments
 (0)