- added Table field;

This commit is contained in:
Vitalii Kiiko
2024-10-02 16:06:21 +02:00
parent 0634cd2305
commit cb9327a740
14 changed files with 565 additions and 30 deletions

View File

@@ -61,7 +61,7 @@
.label {
p {
margin-bottom: 10px;
margin-bottom: 0;
&.ql-indent-1 {
padding-left: 3em;
@@ -179,4 +179,13 @@
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.formElementSettings__repeaterItem {
}
.formElementSettings__subRepeater {
padding: 10px 20px;
background-color: #f9f9f9;
}