Add styling to pad outlineEntry toolbar (#208342)

add styling to pad outlineEntry toolbar
This commit is contained in:
Michael Lively 2024-03-22 12:21:02 -07:00 committed by GitHub
parent 34f6d642e6
commit 9d6c275fb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,7 @@ class NotebookOutlineRenderer implements ITreeRenderer<OutlineEntry, FuzzyScore,
outlineEntryToolbar.setActions(actions.primary, actions.secondary);
this.setupToolbarListeners(outlineEntryToolbar, menu, actions, node.element, template);
template.actionMenu.style.padding = '0 0.8em 0 0.4em';
}
}