We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c67189 commit ca6919dCopy full SHA for ca6919d
docs/src/pages/demos/cards/RecipeReviewCard.js
@@ -34,6 +34,9 @@ const styles = theme => ({
34
duration: theme.transitions.duration.shortest,
35
}),
36
marginLeft: 'auto',
37
+ [theme.breakpoints.up('sm')]: {
38
+ marginRight: -8,
39
+ },
40
},
41
expandOpen: {
42
transform: 'rotate(180deg)',
packages/material-ui/src/CardHeader/CardHeader.js
@@ -22,7 +22,10 @@ export const styles = theme => ({
22
flex: '0 0 auto',
23
alignSelf: 'flex-start',
24
marginTop: -8,
25
- marginRight: -16,
+ marginRight: -12,
26
27
+ marginRight: -20,
28
29
30
/* Styles applied to the content wrapper element. */
31
content: {
0 commit comments