Skip to content

Commit

Permalink
fix: increase max width
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Oct 2, 2024
1 parent 04a1b54 commit 2e8a1d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class FilterButtonMainPlain extends Component<Props, State> {
arrow={false}
placement="bottom-start"
onClickOutside={this.closeFilterSelector}
maxWidth={400}
>
{
(() => {
Expand Down

0 comments on commit 2e8a1d7

Please sign in to comment.