Merge pull request #725 from mirumee/fix/misaligned-rich-text-controls

Fix misaligned rich text draft controls
This commit is contained in:
Dawid Tarasiuk 2020-09-23 18:09:09 +02:00 committed by GitHub
commit eed93fc862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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`,