Merge pull request #725 from mirumee/fix/misaligned-rich-text-controls
Fix misaligned rich text draft controls
This commit is contained in:
commit
eed93fc862
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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`,
|
||||
|
|
Loading…
Reference in a new issue