Merge pull request #525 from plumbis/fix-expand-corners

fix expand box bottom corners on expand
This commit is contained in:
Jared Watts 2023-08-09 00:08:51 -07:00 committed by GitHub
commit c86008f63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>