- added rapresentante dynamic tag;
- added full user name dynamic tag; - translated dynamic tags; - fixed issue related to number form field;
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
flex-direction: column;
|
||||
gap: 7px;
|
||||
padding: 20px;
|
||||
overscroll-behavior: contain;
|
||||
border: 1px #DDD;
|
||||
background: var(--surface-50);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.10);
|
||||
@@ -141,6 +142,7 @@
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
.formBuilder__elementItem {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user