Skip to content

Commit 67af6d7

Browse files
committed
Fixes menu-item spacing
1 parent e3f4e0b commit 67af6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/shared/components/menu/menu-item.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class MenuItem extends LitElement {
1212
display: block;
1313
font-family: inherit;
1414
border: none;
15-
padding: 0.6rem;
15+
padding: 0 0.6rem;
1616
cursor: pointer;
1717
color: var(--vscode-menu-foreground);
1818
background-color: var(--vscode-menu-background);

0 commit comments

Comments
 (0)