Skip to content

Commit f160db1

Browse files
author
Sebastian Benjamin
committed
Add padding to variant details modal
1 parent d8079d8 commit f160db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/client/JBrowse/VariantSearch/components/VariantTableWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ const VariantTableWidget = observer(props => {
422422
<Typography variant="h6">{widgetType.heading}</Typography>
423423
</Toolbar>
424424
</AppBar>
425-
<ScopedCssBaseline>
425+
<ScopedCssBaseline style={{ margin: "12px" }}>
426426
<ReactComponent model={visibleWidget}/>
427427
</ScopedCssBaseline>
428428
</Paper>

0 commit comments

Comments
 (0)