Skip to content

Commit

Permalink
Fixed the top margin and border for the first item in the keyboard sh…
Browse files Browse the repository at this point in the history
…ortcuts. (#18358)
  • Loading branch information
mapk authored Nov 12, 2019
1 parent d9de027 commit 5c0123a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5c0123a

Please sign in to comment.