Allow segments re-ordering

[MAILPOET-2452]
This commit is contained in:
Pavel Dohnal
2019-12-09 15:26:34 +01:00
committed by Rostislav Wolný
parent 056d1ae4b0
commit d94d76170a
3 changed files with 100 additions and 28 deletions

View File

@@ -56,11 +56,16 @@ $gutenberg-control-border-color-focus: #007cba;
.components-base-control {
flex-grow: 1;
margin-bottom: 16px;
margin: 8px 0;
.components-base-control__field {
margin: 0;
}
}
.mailpoet-form-segments-segment-remove {
cursor: pointer;
flex-grow: 0;
margin: 8px 0;
}
}