mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
[sql lab] minor cosmetic touchups on Run / Save buttons (#3850)
This commit is contained in:
committed by
Grace Guo
parent
068c343be0
commit
514f9452f3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user