Skip to content

Commit 3382cb9

Browse files
authored
fix(DynamicPageTitle): remove inline-end margin of action items (#5291)
Fixes #5287
1 parent 4555e5c commit 3382cb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/main/src/components/DynamicPageTitle/DynamicPageTitle.jss.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ export const DynamicPageTitleStyles = {
9090
},
9191
'&>:first-child': {
9292
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+
marginInlineEnd: 0
93102
}
94103
}
95104
};

0 commit comments

Comments
 (0)