Skip to content

Commit

Permalink
Merge pull request cockroachdb#91910 from maryliag/backport22.1-91867
Browse files Browse the repository at this point in the history
release-22.1: ui: change height of column selector
  • Loading branch information
maryliag authored Nov 15, 2022
2 parents 42c4426 + 89f5e2d commit 7c4b28f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ const customStyles = {
position: "relative",
boxShadow: "none",
}),
menuList: (provided: any) => ({
...provided,
maxHeight: "310px",
}),
option: (provided: any, state: any) => ({
...provided,
backgroundColor: "white",
Expand Down

0 comments on commit 7c4b28f

Please sign in to comment.