Skip to content

Commit

Permalink
Merge pull request #525 from plumbis/fix-expand-corners
Browse files Browse the repository at this point in the history
fix expand box bottom corners on expand
  • Loading branch information
jbw976 authored Aug 9, 2023
2 parents 55b5c1c + b7d4ff9 commit c86008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/geekboot/layouts/shortcodes/expand.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2 class="accordion-header" id="{{$id}}">
</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>
Expand Down

0 comments on commit c86008f

Please sign in to comment.