Skip to content

Commit

Permalink
fix: restore previous layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed May 3, 2024
1 parent 1996380 commit ac8bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/select-notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function createDropdownList(category: Category, filters: Filter[]): JSX.Element

const createDropdown = onetime(() => (
<details
className="details-reset details-overlay position-relative rgh-select-notifications mx-2"
className="details-reset details-overlay position-relative rgh-select-notifications mx-2 mr-auto"
onToggle={resetFilters}
>
<summary
Expand Down

0 comments on commit ac8bc5a

Please sign in to comment.