Skip to content
Snippets Groups Projects
Unverified Commit 84894f9a authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix #16188 (React unsupported style property warning in NewQueryOption) (#16192)

parent e58df522
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ export default class NewQueryOption extends Component {
boxShadow: hover
? `0 3px 8px 0 ${color("text-light")}`
: `0 1px 3px 0 ${color("text-light")}`,
"min-height": 340,
minHeight: 340,
}}
onMouseOver={() => this.setState({ hover: true })}
onMouseLeave={() => this.setState({ hover: false })}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment