Skip to content

Commit

Permalink
Merge pull request #2419 from rhamilto/wizard-steps
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix misalignment of wizard step label at desktop
  • Loading branch information
openshift-merge-robot authored Nov 1, 2017
2 parents 5e47231 + fe71b2c commit ae37501
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 12 additions & 4 deletions app/styles/_wizard.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
.wizard-pf-steps-indicator .wizard-pf-step-number {
// The numbers do not center inside the step indicator bubble otherwise since
// the console changes the base font size.
font-size: 12px;
.wizard-pf-steps-indicator {
// Fixes https://github.com/patternfly/patternfly/issues/818 until it can be addressed upstream
li a .wizard-pf-step-title {
@media(min-width: @screen-sm-min) {
margin-left: 0;
}
}
.wizard-pf-step-number {
// The numbers do not center inside the step indicator bubble otherwise since
// the console changes the base font size.
font-size: 12px;
}
}
2 changes: 2 additions & 0 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae37501

Please sign in to comment.