From c1f1aa4c8d6dbf7dd3f435198e6bc52b7397417a Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Mon, 31 Jan 2022 20:42:45 +0530 Subject: [PATCH] feat: remove vertical padding from change editor menu (#836) --- .../javascripts/components/NotesOptions/ChangeEditorOption.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/components/NotesOptions/ChangeEditorOption.tsx b/app/assets/javascripts/components/NotesOptions/ChangeEditorOption.tsx index d91d03f55..7561cda09 100644 --- a/app/assets/javascripts/components/NotesOptions/ChangeEditorOption.tsx +++ b/app/assets/javascripts/components/NotesOptions/ChangeEditorOption.tsx @@ -271,7 +271,7 @@ export const ChangeEditorOption: FunctionComponent = ({ ...changeEditorMenuPosition, position: 'fixed', }} - className="sn-dropdown flex flex-col py-0.5 max-h-120 min-w-68 fixed overflow-y-auto" + className="sn-dropdown flex flex-col max-h-120 min-w-68 fixed overflow-y-auto" >