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 4ea962b commit 2b0684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack-bs5-demo/src/examples/slickgrid/example40.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h6 class="title is-6 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">
<span class="mdi mdi-close"></span>
<span>Clear all Filter & Sorts</span>
Expand Down

0 comments on commit 2b0684a

Please sign in to comment.