From 857ebabf168047bdafa6685d7b7b10a2fd481add Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 9 Feb 2025 15:49:39 +0100 Subject: [PATCH] style: menu padding --- webapp/IronCalc/src/components/CellContextMenu.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/IronCalc/src/components/CellContextMenu.tsx b/webapp/IronCalc/src/components/CellContextMenu.tsx index dc13260..9488583 100644 --- a/webapp/IronCalc/src/components/CellContextMenu.tsx +++ b/webapp/IronCalc/src/components/CellContextMenu.tsx @@ -246,7 +246,8 @@ const StyledTrash = styled(Trash2)` const StyledMenu = styled(Menu)({ "& .MuiPaper-root": { borderRadius: 8, - padding: 4, + paddingTop: 4, + paddingBottom: 4, }, "& .MuiList-padding": { padding: 0,