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.
1 parent 4555e5c commit 3382cb9Copy full SHA for 3382cb9
packages/main/src/components/DynamicPageTitle/DynamicPageTitle.jss.ts
@@ -90,6 +90,15 @@ export const DynamicPageTitleStyles = {
90
},
91
'&>:first-child': {
92
height: '100%'
93
+ },
94
+ // toolbar w/o overflow button
95
+ '& > [data-component-name="ToolbarContent"]:first-child:last-child > [data-component-name="ToolbarChildContainer"]:last-child':
96
+ {
97
+ marginInlineEnd: 0
98
99
+ // toolbar w/ overflow button
100
+ '& [data-component-name="ToolbarOverflowButtonContainer"]': {
101
102
}
103
104
};
0 commit comments