Skip to content

Commit ae37501

Browse files
Merge pull request #2419 from rhamilto/wizard-steps
Automatic merge from submit-queue. Fix misalignment of wizard step label at desktop
2 parents 5e47231 + fe71b2c commit ae37501

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

app/styles/_wizard.less

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
.wizard-pf-steps-indicator .wizard-pf-step-number {
2-
// The numbers do not center inside the step indicator bubble otherwise since
3-
// the console changes the base font size.
4-
font-size: 12px;
1+
.wizard-pf-steps-indicator {
2+
// Fixes https://github.com/patternfly/patternfly/issues/818 until it can be addressed upstream
3+
li a .wizard-pf-step-title {
4+
@media(min-width: @screen-sm-min) {
5+
margin-left: 0;
6+
}
7+
}
8+
.wizard-pf-step-number {
9+
// The numbers do not center inside the step indicator bubble otherwise since
10+
// the console changes the base font size.
11+
font-size: 12px;
12+
}
513
}

dist/styles/main.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)