From c2ebb0637d0a89c833bfc2bdfe2849ca1067f6a9 Mon Sep 17 00:00:00 2001 From: Mapk Date: Wed, 6 Nov 2019 18:35:47 -0800 Subject: [PATCH] Fixed the top margin and border for the first item in the keyboard shortcuts. --- .../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 {