- saving progress;
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
.appPageSection__checklist {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
gap: 1.2rem;
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
.fieldsRepeater {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fieldsRepeater form {
|
||||
@@ -7,7 +11,7 @@
|
||||
}
|
||||
|
||||
.fieldsRepeater__panel {
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fieldsRepeater__heading {
|
||||
@@ -21,5 +25,4 @@
|
||||
}
|
||||
|
||||
.fieldsRepeater__addNew {
|
||||
margin-top: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user