Skip to content

Commit 5edf287

Browse files
committed
Fixed - Horizontal step-panel width issue #203
1 parent a1ec85e commit 5edf287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/gwt/material/design/addins/client/stepper/resources/css/stepper.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
display: inline-block;
7373
height: 72px;
7474
padding-top: 20px;
75-
position: initial
75+
position: static;
7676
}
7777

7878
.stepper.horizontal .step .line, .stepper.horizontal .step .title, .stepper.horizontal .step > div:first-child .circle {

src/main/resources/gwt/material/design/addins/client/stepper/resources/css/stepper.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)