diff --git a/client/web/compose/src/views/Admin/Pages/Edit.vue b/client/web/compose/src/views/Admin/Pages/Edit.vue index ef795377f6..8574e1b4de 100644 --- a/client/web/compose/src/views/Admin/Pages/Edit.vue +++ b/client/web/compose/src/views/Admin/Pages/Edit.vue @@ -1512,12 +1512,12 @@ export default { } .layout-actions { - tr:not(:first-child) td { - padding-top: 0.75rem; - } - tr td { padding-bottom: 0.75rem; } + + tr:not(:first-child) td { + padding-top: 0.75rem; + } }