Skip to content
Snippets Groups Projects
Unverified Commit 3d238a0c authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix ask a question cards layout (#15447)

parent 18d1e9cf
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@ export default class NewQueryOption extends Component {
return (
<Link
{...props}
className="block no-decoration bg-white px3 pt4 align-center bordered rounded cursor-pointer transition-all text-centered"
className="block no-decoration bg-white px3 py4 align-center bordered rounded cursor-pointer transition-all full-height text-centered"
style={{
boxSizing: "border-box",
boxShadow: hover
? `0 3px 8px 0 ${color("text-light")}`
: `0 1px 3px 0 ${color("text-light")}`,
height: 340,
"min-height": 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.
Finish editing this message first!
Please register or to comment