Update margins
[MAILPOET-2741]
This commit is contained in:
@@ -117,6 +117,8 @@
|
|||||||
.form-placement-option-list {
|
.form-placement-option-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-placement-option {
|
.form-placement-option {
|
||||||
@@ -129,7 +131,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: $form-placement-option-height;
|
height: $form-placement-option-height;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0 16px 16px 0;
|
margin-bottom: 16px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Reference in New Issue
Block a user