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
nod_ 2024-04-03 11:12:19 +02:00
parent f376c17681
commit 131a9c0681
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 10 additions and 0 deletions

View File

@ -210,3 +210,7 @@ tr .form-item,
.form--inline .form-actions {
margin-top: var(--sp1-5);
}
.layout-builder-form .form-actions {
align-items: center;
}

View File

@ -191,3 +191,9 @@ tr .form-item,
margin-top: var(--sp1-5);
}
}
.layout-builder-form {
& .form-actions {
align-items: center;
}
}