Skip to content

Commit c181acf

Browse files
authored
Merge pull request #1024 from civictechindex/adjust-header-md-share
Update MuiCardActionsArea root behaviour
2 parents 2a269f2 + 01708a6 commit c181acf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/pages/RadicalCollaboration/Share/styles.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ const useStyles = makeStyles((theme) => ({
5959
width: '218px',
6060
},
6161
media: {
62-
display: 'flex',
63-
justifyContent: 'center',
6462
height: '64px',
6563
width: '64px',
6664
},

src/theme-mui.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ const themeSettings = {
132132
},
133133
},
134134
},
135+
MuiCardActionArea: {
136+
root: {
137+
display: 'flex',
138+
width: 'auto',
139+
},
140+
},
135141
MuiCardContent: {
136142
root: {
137143
padding: 0,

0 commit comments

Comments
 (0)