Skip to content

Commit 9d6c275

Browse files
authored
Add styling to pad outlineEntry toolbar (microsoft#208342)
add styling to pad outlineEntry toolbar
1 parent 34f6d64 commit 9d6c275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class NotebookOutlineRenderer implements ITreeRenderer<OutlineEntry, FuzzyScore,
178178
outlineEntryToolbar.setActions(actions.primary, actions.secondary);
179179

180180
this.setupToolbarListeners(outlineEntryToolbar, menu, actions, node.element, template);
181+
template.actionMenu.style.padding = '0 0.8em 0 0.4em';
181182
}
182183
}
183184

0 commit comments

Comments
 (0)