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;