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.
1 parent 9bcfd0f commit 939e726Copy full SHA for 939e726
1 file changed
static/app/components/guidedSteps/guidedSteps.tsx
@@ -371,6 +371,7 @@ const ChildrenWrapper = styled('div')<{isActive: boolean}>`
371
`;
372
373
const StepDetails = styled('div')`
374
+ overflow: hidden;
375
grid-area: details;
376
377
0 commit comments