Skip to content

Commit

Permalink
Drop old PatternFly State label workaround
Browse files Browse the repository at this point in the history
The current PatternFly version is 5.4.0
  • Loading branch information
jelly authored and mvollmer committed Sep 6, 2024
1 parent afd6141 commit 5bc14d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/vms/hostvmslist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@
.pf-v5-c-toolbar__item {
gap: 0 var(--pf-v5-global--spacer--xs);
}

// HACK: the label has alig-self: flex-start which renders the State not in the middle.
// Seems fixed in 5.0.0!
.pf-v5-c-toolbar__item.pf-m-label {
align-self: normal;
}

0 comments on commit 5bc14d9

Please sign in to comment.