From e936aa82c9674dc9186b014dc6ec131bb863298c Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 8 Aug 2019 21:25:51 -0700 Subject: [PATCH] fix: padding --- app/scenes/Document/components/KeyboardShortcuts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scenes/Document/components/KeyboardShortcuts.js b/app/scenes/Document/components/KeyboardShortcuts.js index 34823fd58..5b7bfc008 100644 --- a/app/scenes/Document/components/KeyboardShortcuts.js +++ b/app/scenes/Document/components/KeyboardShortcuts.js @@ -55,6 +55,7 @@ const Button = styled.button` background: none; line-height: 0; border: 0; + padding: 0; &:hover { opacity: 1;