Skip to content

Commit 57ea7d2

Browse files
committed
reduces unnecessary fat padding
1 parent 996c46f commit 57ea7d2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

web-server/src/components/DoraMetricsConfigurationSettings.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,19 @@ export const DoraMetricsConfigurationSettings = () => {
5353
Settings
5454
</FlexBox>
5555
</Button>
56-
<Menu anchorEl={anchorEl.current} open={open.value} onClose={open.false}>
56+
<Menu
57+
anchorEl={anchorEl.current}
58+
open={open.value}
59+
onClose={open.false}
60+
MenuListProps={{
61+
sx: {
62+
padding: 0
63+
}
64+
}}
65+
sx={{
66+
padding: 0
67+
}}
68+
>
5769
<MenuItem
5870
onClick={() => {
5971
open.false();

0 commit comments

Comments
 (0)