Skip to content

Commit

Permalink
#237 - Removing flexFlow attribute in header
Browse files Browse the repository at this point in the history
  • Loading branch information
mlfaa committed Dec 16, 2021
1 parent 1258ba7 commit 364f25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Headers/SectionHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function SectionHeader(props) {
} = props;

return (
<Box display="flex" flexFlow="wrap" justifyContent="space-between" alignItems="center">
<Box display="flex" justifyContent="space-between" alignItems="center">
<Box display="flex">
<Typography className={`${classes.typographyHeaderSection} ${classes.typography}`} component="div" variant="h2">
<Box fontWeight="fontWeightBold">
Expand Down

0 comments on commit 364f25f

Please sign in to comment.