The anaconda-webui storage editor main page with the new patternfly/cockpit has waay too much padding. At 1024z768 it can't display more than three things at the same time. This makes the openQA test fail because it can't see "unformatted space" any more. I can work around that by having the test scroll, but this much padding is just unnecessary and looks ugly. Attaching screenshots of the previous UI showing three devices plus unformatted space, and the new UI stuck with just two.
Created attachment 2090006 [details] the old storage editor UI, showing four things at once
Created attachment 2090007 [details] the new storage editor UI, only managing to show three things at once
With Cockpit's upgrade to Patternfly v6 UI it seems like we added a override that was too much. Katerina found the root cause at https://github.com/cockpit-project/cockpit/blob/a70142a7a6f9c4e78e71f3c4ec738b6db2fbb04f/pkg/lib/patternfly/patternfly-6-overrides.scss#L357 I'll investigate and improve the styling. I can't promise we'll fit more than 3 items but it will at least reduce in size. I don't want too many overrides if we can avoid it. I'll keep you posted