aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ContentSection
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-10-10 14:15:36 +0300
committerGitHub <noreply@github.com>2020-10-10 14:15:36 +0300
commit0b1bbde30d4d396f8e760c59d35689353ea012a2 (patch)
tree521284ca3aefc0f66e9e9df0f6affc82baba8ba6 /src/lib/ContentSection
parent513f28b126bac41a3a4853a2c4466f0f24070a66 (diff)
parentff32e155b003997d2f71cc8ff62f5f0063592824 (diff)
downloadreact-benzin-0b1bbde30d4d396f8e760c59d35689353ea012a2.tar.gz
Merge pull request #16 from eug-vs/develop
Release v4.0.0
Diffstat (limited to 'src/lib/ContentSection')
-rw-r--r--src/lib/ContentSection/ContentSection.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ContentSection/ContentSection.tsx b/src/lib/ContentSection/ContentSection.tsx
index 28b1ad5..3432bd5 100644
--- a/src/lib/ContentSection/ContentSection.tsx
+++ b/src/lib/ContentSection/ContentSection.tsx
@@ -16,10 +16,6 @@ const useStyles = makeStyles(theme => ({
content: {
padding: theme.spacing(2, 2, 1, 3),
marginBottom: theme.spacing(1),
-
- '& .MuiButton-root': {
- margin: theme.spacing(1, 2, 2, 0),
- },
},
}));