Skip to content

Commit

Permalink
fix(progress-stepper): remove padding from help-text title button (#6791
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mcoker committed Jun 14, 2024
1 parent 1dc2c5a commit 9499f0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ $pf-v5-c-progress-stepper--breakpoint-map: build-breakpoint-map();
border: 0;

&.pf-m-help-text {
padding: 0;
text-decoration: underline;
text-decoration-thickness: var(--#{$progress-stepper}__step-title--m-help-text--TextDecorationThickness);
text-decoration-style: dashed;
Expand Down

0 comments on commit 9499f0a

Please sign in to comment.