-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2419 from rhamilto/wizard-steps
Automatic merge from submit-queue. Fix misalignment of wizard step label at desktop
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.