Set custom item height for list layout in panel

This commit is contained in:
Paul Nicoué 2025-06-04 19:27:43 +02:00
parent 055df518e4
commit 5cd7cc34e9

View file

@ -2,6 +2,11 @@
// KIRBY PANEL CUSTOMIZATION
// --------------------------------------------------
// List item layout
.k-item[data-layout=list] {
--item-height: 3rem;
}
// Image gallery structure field
.k-field-name-image_gallery {