We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1efadc0 + 2b0aec0 commit dfa5eb6Copy full SHA for dfa5eb6
src/app/components/Actions/RouteDescription.tsx
@@ -25,7 +25,9 @@ const RouteDescription = (props: RouteProps): JSX.Element => {
25
height: `${actions.length * 30}px`,
26
marginBottom: '50px'
27
}}>
28
- <VerticalSlider className='main-slider' snapshots={actions} />
+ <div style={{maxWidth: '50px'}}>
29
+ <VerticalSlider className='main-slider' snapshots={actions} />
30
+ </div>
31
<div style={{marginTop: '10px'}}>
32
{/* actual snapshots per route */}
33
{actions}
0 commit comments