Skip to content

Commit 6e21fce

Browse files
feat: Added more padding/gap in context menu, #16696 (#2407)
1 parent f7119a4 commit 6e21fce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/packages/core/section/section-sidebar-context-menu/section-sidebar-context-menu.element.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ export class UmbSectionSidebarContextMenuElement extends UmbLitElement {
154154
display: flex;
155155
align-items: center;
156156
}
157+
#action-modal umb-entity-action-list{
158+
--uui-menu-item-flat-structure: 0;
159+
}
157160
`,
158161
];
159162
}

0 commit comments

Comments
 (0)