We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a269f2 + 01708a6 commit c181acfCopy full SHA for c181acf
src/pages/RadicalCollaboration/Share/styles.js
@@ -59,8 +59,6 @@ const useStyles = makeStyles((theme) => ({
59
width: '218px',
60
},
61
media: {
62
- display: 'flex',
63
- justifyContent: 'center',
64
height: '64px',
65
width: '64px',
66
src/theme-mui.js
@@ -132,6 +132,12 @@ const themeSettings = {
132
133
134
135
+ MuiCardActionArea: {
136
+ root: {
137
+ display: 'flex',
138
+ width: 'auto',
139
+ },
140
141
MuiCardContent: {
142
root: {
143
padding: 0,
0 commit comments