Skip to content

Commit dd85e5a

Browse files
committed
needed component=span
1 parent eab8950 commit dd85e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/dataset/overview/DatasetOverviewPanel.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ function DatasetOverviewPanel(props) {
247247
</Grid>
248248
</TabPanel>
249249
<TabPanel value={value} index={1}>
250-
<Grid sx={{ paddingBottom: '14px' }}>
250+
<Grid sx={{ pb: '14px' }}>
251251
Use the dataset as is to create a full view snapshot
252-
<Box sx={{ marginLeft: 2 }}>
252+
<Box component="span" sx={{ ml: 2 }}>
253253
<FullViewSnapshotButton dataset={dataset} dispatch={dispatch} />
254254
</Box>
255255
</Grid>

0 commit comments

Comments
 (0)