Issue #3404663 by shweta__sharma, Tanuj., Gauravvvv, sdhruvi5142, Nitin shrivastava, smustgrave, Kanchan Bhogade: Olivero: Show content preview checkbox is not center aligned with the layout builder buttons
(cherry picked from commit 572e32753a
)
merge-requests/7353/head
parent
f376c17681
commit
131a9c0681
|
@ -210,3 +210,7 @@ tr .form-item,
|
|||
.form--inline .form-actions {
|
||||
margin-top: var(--sp1-5);
|
||||
}
|
||||
|
||||
.layout-builder-form .form-actions {
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -191,3 +191,9 @@ tr .form-item,
|
|||
margin-top: var(--sp1-5);
|
||||
}
|
||||
}
|
||||
|
||||
.layout-builder-form {
|
||||
& .form-actions {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue