From 8d2ebc59e4919f7ea733c584361edc35450b0af9 Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:44:01 +0900 Subject: [PATCH] Customize widgets: Fix top contents cutoff in keyboard shortcuts (#43391) --- .../src/components/keyboard-shortcut-help-modal/style.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/customize-widgets/src/components/keyboard-shortcut-help-modal/style.scss b/packages/customize-widgets/src/components/keyboard-shortcut-help-modal/style.scss index 507935a561d43..f26955fe3a497 100644 --- a/packages/customize-widgets/src/components/keyboard-shortcut-help-modal/style.scss +++ b/packages/customize-widgets/src/components/keyboard-shortcut-help-modal/style.scss @@ -3,11 +3,6 @@ margin: 0 0 2rem 0; } - &__main-shortcuts .customize-widgets-keyboard-shortcut-help-modal__shortcut-list { - // Push the shortcut to be flush with top modal header. - margin-top: -$grid-unit-30 -$border-width; - } - &__section-title { font-size: 0.9rem; font-weight: 600;