We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab8950 commit dd85e5aCopy full SHA for dd85e5a
src/components/dataset/overview/DatasetOverviewPanel.jsx
@@ -247,9 +247,9 @@ function DatasetOverviewPanel(props) {
247
</Grid>
248
</TabPanel>
249
<TabPanel value={value} index={1}>
250
- <Grid sx={{ paddingBottom: '14px' }}>
+ <Grid sx={{ pb: '14px' }}>
251
Use the dataset as is to create a full view snapshot
252
- <Box sx={{ marginLeft: 2 }}>
+ <Box component="span" sx={{ ml: 2 }}>
253
<FullViewSnapshotButton dataset={dataset} dispatch={dispatch} />
254
</Box>
255
0 commit comments