Skip to content
Snippets Groups Projects
Commit 4325e937 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #2469 from metabase/hide-download-icon-in-object-detail

Don't show download button on object detail page.
parents 9fca26ea 0429f948
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ export default class QueryVisualization extends Component {
}
return (
<div className="relative flex flex-no-shrink mt3 mb1">
<div className="relative flex flex-no-shrink mt3 mb1" style={{ minHeight: "2em" }}>
<span className="relative z3">{visualizationSettings}</span>
<div className="absolute flex layout-centered left right z2">
<RunButton
......
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