Skip to content

Commit

Permalink
fix: minor css regression account > billing history dropdowns (#9379)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
  • Loading branch information
jaalah-akamai and jaalah authored Jul 10, 2023
1 parent 54eb3f5 commit 684a7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/src/components/EnhancedSelect/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const Select = <
filterOption={filterOption}
isMulti={isMulti}
classes={classes}
className={classNames(className, classes.root)}
className={classNames(classes.root, className)}
classNamePrefix="react-select"
inputId={
inputId
Expand Down

0 comments on commit 684a7bb

Please sign in to comment.