Make some call fields editable after publishing the call

- call form fields are editable (according to the list of keys);
- some parts of the form are editable;
This commit is contained in:
Vitalii Kiiko
2024-11-14 14:27:19 +01:00
parent 74647cc2fd
commit b08e2d46c0
15 changed files with 55 additions and 48 deletions

View File

@@ -147,6 +147,7 @@
.appForm__fileUploadItemName {
color: var(--global-textColor);
font-style: italic;
text-align: left;
}
.appForm__row {

View File

@@ -118,6 +118,10 @@
user-select: none;
}
.p-dropdown-panel {
max-width: 100%;
}
.p-inputgroup.flex-1 {
align-items: center;
}