Responsive form settings layout
parent
669297db4c
commit
e2adf44a1f
|
@ -116,8 +116,19 @@
|
|||
width: 100% !important;
|
||||
.cp-form-creator-settings {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
div {
|
||||
flex-basis: 33.333333%;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 600px) {
|
||||
.cp-form-creator-settings {
|
||||
div {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue