Skip to content

Commit

Permalink
fix: quill align format not working with img
Browse files Browse the repository at this point in the history
  • Loading branch information
hugepizza authored and d3george committed Mar 29, 2024
1 parent 3047013 commit 475ad65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/editor/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const StyledEditor = styled.div<{ $token: GlobalToken; $thememode: ThemeMode }>`
h5 {
${(props) => getHeadingStyle(5, props.$token)};
}
img {
display: inline;
}
overflow: hidden;
position: relative;
border-radius: 8px;
Expand Down

0 comments on commit 475ad65

Please sign in to comment.