Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<accordion>
<accordion-group>
<button
class="btn btn-link btn-block justify-content-between d-flex w-100 shadow-none"
class="btn btn-link btn-block justify-content-between d-flex w-100"
accordion-heading type="button">
<div class="pull-left float-left">I can have markup!</div>
<span class="badge badge-secondary bg-secondary float-right pull-right">Some HTML here</span>
Expand Down
Loading