Skip to content

Commit

Permalink
Add left alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Sep 5, 2022
1 parent f6bde40 commit 4570a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/components/HeaderType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const HeaderType = ({ headerType, bgColor }: Partial<Attributes>) => {
padding: '16px 0 0 16px',
marginBottom: '-1px',
width: '100%',
textAlign: 'left',
backgroundColor: bgColor,
}}>
<HeadlightsIcon />
Expand Down

0 comments on commit 4570a40

Please sign in to comment.