From f1c4e3d871fa403137ecff8ee710607ac348f2fe Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 19 Sep 2022 08:39:09 +1000 Subject: web: Even "better" hidden expandable content To recap, a PF DataList doesn't have a built-in way to hide the "expandable content" toggle, so on the console page the items -- which have a mixture of expandable content and not -- don't line up. In I33fdafb4e5b98e546c8615a3d65f52c944521cf7 I tried to fix this by using a visibility:hidden toggle, based on ideas from the comments in the inline github issue. What I didn't realise is this doesn't work quite correctly on very narrow (mobile) views. The problem is that the class hierarchy needs to look like ... The reason for this is that the is a grid placed *next* to the . So when it squishes up, it should look like |-- | | > | name | | | |