fix: error icon spacing in explore (#14597)

* fix error message icon

* lint
This commit is contained in:
Phillip Kelley-Dotson 2021-05-12 22:42:40 -07:00 committed by GitHub
parent 31f406a526
commit 5f7722cb36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,9 @@ export default function QueryAndSaveBtns({
'& button': {
width: 100,
},
'.errMsg': {
marginLeft: theme.gridUnit * 4,
},
}}
>
<ButtonGroup className="query-and-save">
@ -110,7 +113,7 @@ export default function QueryAndSaveBtns({
</Button>
</ButtonGroup>
{errorMessage && (
<span>
<span className="errMsg">
{' '}
<Tooltip
id="query-error-tooltip"