Set up CV writer field

This commit is contained in:
Paul Nicoué 2025-05-08 18:55:50 +02:00
parent 75970bc41e
commit 03a44a5ec5
6 changed files with 52 additions and 25 deletions

View file

@ -2,7 +2,7 @@
// KIRBY PANEL CUSTOMIZATION
// ----------------------------------------------------------------------------
// Structure field gallery
// Image gallery structure field gallery
.k-field-name-image_gallery {
@ -14,3 +14,12 @@
}
}
}
// CV writer field
.k-field-name-cv {
.k-text {
min-height: 7.5rem;
}
}