- added registartion page;
- implemented validation helper-functions; - fixed form fields datepicker and datepicker range; - updated routes logic; - fixed FAQ items editing/submission;
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
width: 100%;
|
||||
min-height: 500px;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.formBuilder__main {
|
||||
@@ -21,6 +21,8 @@
|
||||
}
|
||||
|
||||
.formBuilder__content {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
flex-grow: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -84,6 +86,8 @@
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.formBuilder__elementItem {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user