Skip to content

Commit

Permalink
style: pad search button toggle text with bootstrap classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Aug 22, 2024
1 parent f671ba0 commit e96f3ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/search-manager/SearchSortWidget.scss

This file was deleted.

2 changes: 1 addition & 1 deletion src/search-manager/SearchSortWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const SearchSortWidget: React.FC<Record<never, never>> = () => {
size="sm"
>
<Icon src={SwapVert} className="d-inline" />
<div className="search-sort-toggle-label">{toggleLabel}</div>
<div className="py-0 px-1">{toggleLabel}</div>
</Dropdown.Toggle>
<Dropdown.Menu>
<Dropdown.Header>{menuHeader}</Dropdown.Header>
Expand Down
1 change: 0 additions & 1 deletion src/search-manager/index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@import "search-manager/FilterBy";
@import "search-manager/SearchSortWidget";

0 comments on commit e96f3ee

Please sign in to comment.