From bca3006c0ef0cc4d8035a4ef1d396699d9adc8c4 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Mon, 25 Jan 2021 00:52:09 +0000 Subject: [PATCH] Fix context menu padding. --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.scss b/src/App.scss index 20c33c6..eae3db8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -189,3 +189,7 @@ $number-of-channels: 3; max-width: 100%; } } + +.react-contexify__item__content svg { + margin: 4px 0.6em 0 0; +}