Skip to content

Commit

Permalink
wc: Remove style of filters container #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jan 14, 2025
1 parent 64347da commit 2c26ef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ export default class VariantBrowserHorizontalFilter extends LitElement {
}, 0);

return html`
<div class="d-flex align-items-center gap-2 mb-3 border p-1 rounded">
<div class="d-flex align-items-center gap-2 mb-3">
${this.renderQuickFilters()}
<button class="btn btn-light d-flex align-items-center gap-2" data-bs-toggle="offcanvas" data-bs-target="#${this._prefix}AdvancedFilters">
${advancedFiltersCount > 0 ? html`
Expand Down

0 comments on commit 2c26ef2

Please sign in to comment.