[sql lab] minor cosmetic touchups on Run / Save buttons (#3850)

This commit is contained in:
Maxime Beauchemin
2017-11-13 12:39:28 -08:00
committed by Grace Guo
parent 068c343be0
commit 514f9452f3
3 changed files with 21 additions and 25 deletions

View File

@@ -65,12 +65,7 @@ export default function RunQueryActionButton(props) {
} else {
button = syncBtn;
}
return (
<div className="inline m-r-5 pull-left">
{button}
</div>
);
return button;
}
RunQueryActionButton.propTypes = propTypes;