Expand EasyCode front workbench features
This commit is contained in:
@@ -323,7 +323,8 @@ function removeField(index) {
|
||||
|
||||
.delete-col {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
align-items: flex-start;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.field-head {
|
||||
@@ -347,5 +348,9 @@ function removeField(index) {
|
||||
border-right: 0;
|
||||
border-bottom: 1px solid #e3e8f0;
|
||||
}
|
||||
|
||||
.delete-col {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user