Skip to content

Commit

Permalink
fix timeline width
Browse files Browse the repository at this point in the history
  • Loading branch information
fusawayugo committed Dec 13, 2024
1 parent 1884783 commit bdc5abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslib/react/src/components/PlotTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const PlotTimeline: FC<{
>
Timeline
</Typography>
<Grid item xs={9}>
<Grid item xs={12}>
<div id={plotDomId} />
</Grid>
</CardContent>
Expand Down

0 comments on commit bdc5abc

Please sign in to comment.