Skip to content

Commit

Permalink
Merge pull request #2107 from cfpb/ans_filters_fix
Browse files Browse the repository at this point in the history
Fix filter button group
  • Loading branch information
anselmbradford authored Nov 13, 2024
2 parents b907a72 + 4dbcc75 commit f2dc55c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/pages/filterable-list-control-panels.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variation_groups:
- variations:
- variation_code_snippet: >-
<div id="o-filterable-list-controls"
class="o-filterable-list-controls">
class="o-filterable-list-controls">
<div class="o-expandable
o-expandable--background
o-expandable--border
Expand Down Expand Up @@ -121,14 +121,15 @@ variation_groups:
</div>
</div>
<div class="content-l__col
content-l__col-1
m-btn-group">
<button class="a-btn" type="submit">
Apply filters
</button>
<a class="a-btn a-btn--link a-btn--warning" href="#">
Clear filters
</a>
content-l__col-1">
<div class="m-btn-group">
<button class="a-btn" type="submit">
Apply filters
</button>
<a class="a-btn a-btn--link a-btn--warning" href="#">
Clear filters
</a>
</div>
</div>
</div>
</form>
Expand Down

0 comments on commit f2dc55c

Please sign in to comment.