Skip to content

Commit

Permalink
chore: better align icon within button
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Aug 19, 2024
1 parent 7f7ec1b commit 4ea962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack-bs5-demo/src/examples/slickgrid/example38.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h6 class="subtitle italic content">

<div class="row">
<div class="col-sm-12">
<button class="btn btn-outline-secondary btn-sm" data-test="clear-filters-sorting"
<button class="btn btn-outline-secondary btn-sm btn-icon" data-test="clear-filters-sorting"
click.trigger="clearAllFiltersAndSorts()" title="Clear all Filters & Sorts">
<i class="mdi mdi-filter-remove-outline"></i>
Clear all Filter & Sorts
Expand Down

0 comments on commit 4ea962b

Please sign in to comment.