diff --git a/CHANGELOG.md b/CHANGELOG.md index 1129b9678..2baa06eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ All notable, unreleased changes to this project will be documented in this file. - Add variants reordering possibility - #716 by @orzechdev - Fix avatar change button - #719 by @orzechdev - Change plural form of "informations" to "information" strings across the app #722 by @mmarkusik +- Fix misaligned rich text draft controls - #725 by @orzechdev ## 2.10.1 diff --git a/src/components/RichTextEditor/RichTextEditor.tsx b/src/components/RichTextEditor/RichTextEditor.tsx index 461b15ccc..68d8164ff 100644 --- a/src/components/RichTextEditor/RichTextEditor.tsx +++ b/src/components/RichTextEditor/RichTextEditor.tsx @@ -137,7 +137,6 @@ const useStyles = makeStyles( "&:hover": { background: fade(theme.palette.primary.main, 0.3) }, - alignItems: "center", background: "none", border: "none", borderRight: `1px ${theme.palette.divider} solid`,