Skip to content
Snippets Groups Projects
Commit 0429f948 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix misplaced download icon in object detail. Resolves #2463

parent 77652911
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