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 b15f504 commit b2ac008Copy full SHA for b2ac008
src/steps/Steps.tsx
@@ -49,6 +49,7 @@ export const Steps = () => {
49
activeStep={activeStep}
50
checkIcon={CheckIcon}
51
onClickStep={isNavigationEnabled ? onClickStep : undefined}
52
+ responsive={false}
53
>
54
{steps.map((key) => (
55
<Step label={translations[key].title} key={key} />
src/theme.ts
@@ -32,6 +32,7 @@ const StepsComponent: typeof StepsTheme = {
32
},
33
stepIconContainer: {
34
...StepsTheme.variants.circles(props).stepIconContainer,
35
+ flex: "0 0 auto",
36
bg: "background",
37
borderColor: "background",
38
0 commit comments