Skip to content

Commit

Permalink
fix(campaign-news): Remove center style for video and img
Browse files Browse the repository at this point in the history
Their position will be set by the quill editor instead
  • Loading branch information
sashko9807 committed Jul 15, 2024
1 parent e39bab4 commit 2f94563
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/client/campaign-news/CampaignNewsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ const Root = styled(Layout)(({ theme }) => ({
letterSpacing: theme.typography.pxToRem(-1.5),
marginBottom: theme.spacing(1),
},

'.ql-video, img': {
margin: '0 auto',
display: 'block',
},
}))

type Props = {
Expand Down

0 comments on commit 2f94563

Please sign in to comment.