Skip to content

Commit

Permalink
style: add border and padding for collapse toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 7, 2023
1 parent b58d49c commit d091fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/bootstrap/collapse.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class="collapse-wrapper border-2 border-start border-{{ $style }} ps-2 mb-3">
<a
type="button"
class="collapse-toggle text-decoration-none text-{{ $style }}"
class="collapse-toggle text-decoration-none text-{{ $style }} border px-2 py-1"
data-bs-toggle="collapse"
href="#{{ $id }}"
aria-expanded="{{ cond $expand `true` `false` }}"
Expand Down

0 comments on commit d091fab

Please sign in to comment.