From 3533d50bcd0ff574806babec3d46af4ad66b3c7d Mon Sep 17 00:00:00 2001 From: Johannes Rauh Date: Mon, 5 May 2025 10:19:27 +0200 Subject: [PATCH] Add new item layout classes to BaseListItem --- library/Kubernetes/Common/BaseListItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Kubernetes/Common/BaseListItem.php b/library/Kubernetes/Common/BaseListItem.php index 60b5c905..f1f73115 100644 --- a/library/Kubernetes/Common/BaseListItem.php +++ b/library/Kubernetes/Common/BaseListItem.php @@ -13,7 +13,7 @@ */ abstract class BaseListItem extends BaseHtmlElement { - protected array $baseAttributes = ['class' => 'list-item']; + protected array $baseAttributes = ['class' => 'list-item item-layout detailed-item-layout']; protected $item;