Skip to content

Commit

Permalink
- small visiual bugs on dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu committed Jun 13, 2019
1 parent 7e7cbda commit 39a8516
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const customDropdownStyle = theme => ({
fontWeight: "400",
height: "fit-content",
color: "#333",
whiteSpace: "nowrap"
whiteSpace: "nowrap",
minHeight: "unset"
},
blackHover: {
"&:hover": {
Expand Down Expand Up @@ -154,6 +155,7 @@ const customDropdownStyle = theme => ({
whiteSpace: "nowrap",
fontWeight: "inherit",
marginTop: "10px",
minHeight: "unset",
"&:hover,&:focus": {
backgroundColor: "transparent",
cursor: "auto"
Expand Down

0 comments on commit 39a8516

Please sign in to comment.