We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b582faf + 666b1d1 commit 12de069Copy full SHA for 12de069
src/style/Toolbar.ts
@@ -84,13 +84,14 @@ export const toolbarMenuButtonSubtitleClass = style({
84
fontWeight: 700
85
});
86
87
+// Styles overriding default button style are marked as important to ensure application
88
export const toolbarButtonClass = style({
89
boxSizing: 'border-box',
90
height: '24px',
- width: 'var(--jp-private-running-button-width)',
91
+ width: 'var(--jp-private-running-button-width) !important',
92
93
margin: 'auto 0 auto 0',
- padding: '0px 6px',
94
+ padding: '0px 6px !important',
95
96
border: 'none',
97
outline: 'none',
0 commit comments