feat: remove vertical padding from change editor menu (#836)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user