From 5c0123a385dac791c11225be92817d943966658c Mon Sep 17 00:00:00 2001 From: Mark Uraine Date: Tue, 12 Nov 2019 11:46:21 -0500 Subject: [PATCH] Fixed the top margin and border for the first item in the keyboard shortcuts. (#18358) --- .../src/components/keyboard-shortcut-help-modal/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-post/src/components/keyboard-shortcut-help-modal/style.scss b/packages/edit-post/src/components/keyboard-shortcut-help-modal/style.scss index cef4621547840d..627b8c56037654 100644 --- a/packages/edit-post/src/components/keyboard-shortcut-help-modal/style.scss +++ b/packages/edit-post/src/components/keyboard-shortcut-help-modal/style.scss @@ -5,7 +5,7 @@ &__main-shortcuts .edit-post-keyboard-shortcut-help__shortcut-list { // Push the shortcut to be flush with top modal header. - margin-top: -$panel-padding -$border-width; + margin-top: -$grid-size-xlarge -$border-width; } &__section-title {