From 169ac59c8beab4856c5029ae1b68b8065581f4d2 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Mon, 31 Jan 2022 20:36:28 +0530 Subject: [PATCH] feat: remove vertical padding from change editor menu --- .../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 bf50d8d3ff2..119c8b5efb5 100644 --- a/app/assets/javascripts/components/NotesOptions/ChangeEditorOption.tsx +++ b/app/assets/javascripts/components/NotesOptions/ChangeEditorOption.tsx @@ -270,7 +270,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" >