Skip to content

Commit 0c5a0dd

Browse files
committed
Fix indentation
1 parent 8c65171 commit 0c5a0dd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/styles/components/_steps.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@
112112
}
113113

114114
&.MuiStepper-horizontal {
115-
.MuiStep-horizontal {
116-
word-break: break-word;
117-
padding: 0;
118-
flex: 1 1 min-content;
119-
}
120-
.MuiStepButton-horizontal {
121-
padding: 24px 0;
122-
}
115+
.MuiStep-horizontal {
116+
word-break: break-word;
117+
padding: 0;
118+
flex: 1 1 min-content;
119+
}
120+
.MuiStepButton-horizontal {
121+
padding: 24px 0;
122+
}
123123
}
124124
}

0 commit comments

Comments
 (0)