- added new settings for call;
- added duplciate form field functionality to form builder; - added improvements to form builder; - fixed issue with saving data in evaluation;
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
font-weight: 400;
|
||||
line-height: 21px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.meta {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -116,7 +120,7 @@
|
||||
border: 1px solid var(--button-secondary-borderColor);
|
||||
background-color: var(--button-secondary-borderColor);
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
padding: 20px 10px;
|
||||
opacity: 0.6;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
|
||||
Reference in New Issue
Block a user