feat: remove vertical padding from change editor menu (#836)

This commit is contained in:
Aman Harwara
2022-01-31 20:42:45 +05:30
committed by GitHub
parent bf382ce0f8
commit c1f1aa4c8d

View File

@@ -271,7 +271,7 @@ export const ChangeEditorOption: FunctionComponent<ChangeEditorOptionProps> = ({
...changeEditorMenuPosition, ...changeEditorMenuPosition,
position: 'fixed', 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"
> >
<PremiumModalProvider state={appState.features}> <PremiumModalProvider state={appState.features}>
<EditorAccordionMenu <EditorAccordionMenu