Skip to content

Commit

Permalink
fix(ObjectPage): Fix floating of custom header content (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored Jan 23, 2020
1 parent 8c3fe77 commit c4568b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/main/src/components/ObjectPage/ObjectPage.jss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,13 @@ const styles = ({ parameters }: JSSTheme) => ({
display: 'inline-block',
verticalAlign: 'top',
'& > *': {
float: 'left',
marginRight: '2rem',
marginBottom: '1rem',
lineHeight: '1.5rem'
},
'&:after': {
clear: 'both'
}
},
headerCustomContentItem: {
Expand Down

0 comments on commit c4568b9

Please sign in to comment.