fix expand box bottom corners on expand

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2023-08-08 15:59:17 -04:00
parent a12284a466
commit b7d4ff93f4
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</button>
</h2>
<div id="{{$id}}-Content" class="accordion-collapse collapse" aria-labelledby="{{$id}}" data-bs-parent="#{{$id}}-Parent">
<div class="accordion-body">
<div class="accordion-body rounded-bottom">
{{ .Inner | .Page.RenderString }}
</div>
</div>