Skip to content

Commit

Permalink
Fix incorrect indentation of the admin panel in automations editor
Browse files Browse the repository at this point in the history
[MAILPOET-5714]
  • Loading branch information
costasovo committed Dec 14, 2023
1 parent 25b5cc2 commit 6b09318
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#mailpoet_automation_editor .interface-interface-skeleton__header {
border-bottom: none;
}

// In automation editor we don't display the WP toolbar, but there is a css that adds space to the top of the page
// for the toolbar so we need to override it
.interface-interface-skeleton__html-container.wp-toolbar {
padding-top: 0;
}

0 comments on commit 6b09318

Please sign in to comment.