Skip to content

Commit c4568b9

Browse files
fix(ObjectPage): Fix floating of custom header content (#288)
1 parent 8c3fe77 commit c4568b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,13 @@ const styles = ({ parameters }: JSSTheme) => ({
163163
display: 'inline-block',
164164
verticalAlign: 'top',
165165
'& > *': {
166+
float: 'left',
166167
marginRight: '2rem',
167168
marginBottom: '1rem',
168169
lineHeight: '1.5rem'
170+
},
171+
'&:after': {
172+
clear: 'both'
169173
}
170174
},
171175
headerCustomContentItem: {

0 commit comments

Comments
 (0)