Skip to content

Commit

Permalink
Remove extra padding for use inside tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Dec 3, 2020
1 parent 8dbb8b5 commit e8bc3c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/ItemBodyView/ItemBodyView.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ export default function ItemBodyView({ item }) {

const useStyles = makeStyles(() => ({
"Timeline-root": {
paddingLeft: "0",
paddingRight: "0",
padding: "0",
marginTop: "0",
marginBottom: "0",
},
"TimelineContent-root": {
paddingRight: "0",
Expand Down

0 comments on commit e8bc3c5

Please sign in to comment.