Skip to content

Commit

Permalink
small styling adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Jan 10, 2024
1 parent 0ef733b commit a909cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/classes/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class FacetWidget {
createFilterContent(filter) {
const filterContent = document.createElement('div');
filterContent.id = `filter-content-${filter.name}`;
filterContent.className = 'filter-content is-hidden has-background-white';
filterContent.className = 'filter-content is-hidden has-background-white mb-3';
const filterItems = this.createFilterItems(filter);
filterContent.appendChild(filterItems);
return filterContent;
Expand Down

0 comments on commit a909cec

Please sign in to comment.