Set custom item height for list layout in panel
This commit is contained in:
parent
055df518e4
commit
5cd7cc34e9
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
// KIRBY PANEL CUSTOMIZATION
|
// KIRBY PANEL CUSTOMIZATION
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
// List item layout
|
||||||
|
.k-item[data-layout=list] {
|
||||||
|
--item-height: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
// Image gallery structure field
|
// Image gallery structure field
|
||||||
.k-field-name-image_gallery {
|
.k-field-name-image_gallery {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue