Skip to content

Commit

Permalink
systemd: drop old line-height unset
Browse files Browse the repository at this point in the history
Unsetting makes no difference as the height does not change in practice.
  • Loading branch information
jelly committed Sep 5, 2024
1 parent c062fd7 commit d2966d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/systemd/overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
// Set the right padding so that the button aligns with the other alerts in the page on the side
padding-inline-end: var(--pf-v5-c-page__main-section--PaddingRight);

// Fix vertical alignment
// Unset the H4 line-height (as PF3/Bootstrap/etc. sets it; PF4 doesn't)
> .pf-v5-c-alert__title {
line-height: unset;
}

// Deconstruct nicely on small screen sizes (especially mobile)
// This will not be needed in a future PF4 update
//
Expand Down

0 comments on commit d2966d0

Please sign in to comment.