Skip to content

Commit

Permalink
Merge pull request #7863 from bladx/next
Browse files Browse the repository at this point in the history
[RFR] RichTextInput: now toolbar is responsive
  • Loading branch information
djhi authored Jun 21, 2022
2 parents 7ff11e4 + b91398c commit 0bd0fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ra-input-rich-text/src/RichTextInputToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ const classes = {
const Root = styled('div')(({ theme }) => ({
[`&.${classes.root}`]: {
display: 'flex',
marginBottom: theme.spacing(1),
flexWrap: 'wrap',
alignItems: 'center',
'& > *': {
marginRight: theme.spacing(1),
marginBottom: theme.spacing(1),
},
'& > *:last-child': {
marginRight: 0,
Expand Down

0 comments on commit 0bd0fa7

Please sign in to comment.