Skip to content

Commit

Permalink
fix up width of model selector
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Mar 5, 2024
1 parent f43f173 commit 574e195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-ui/components/dropdown-menu-small.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class DropdownMenuBtn extends React.PureComponent<Props, State> {
targetElementRef={this.menuRef.current}
closeComponent={() => this.setState({ isOpened: false })}
placement="bottom-end"
width={this.props.width ?? '250px'}
width={this.props.width ?? '290px'}
getPortalRoot={this.props.getRootElement}
offsetX={15}
>
Expand Down

0 comments on commit 574e195

Please sign in to comment.