From 5bc14d93679a342beaa6533656c3495742f45634 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 5 Sep 2024 13:20:48 +0200 Subject: [PATCH] Drop old PatternFly State label workaround The current PatternFly version is 5.4.0 --- src/components/vms/hostvmslist.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/vms/hostvmslist.scss b/src/components/vms/hostvmslist.scss index 6944fe2a3..d89d444ce 100644 --- a/src/components/vms/hostvmslist.scss +++ b/src/components/vms/hostvmslist.scss @@ -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; -}