diff --git a/src/ItemView.js b/src/ItemView.js index e0c000a..7d7b2da 100644 --- a/src/ItemView.js +++ b/src/ItemView.js @@ -6,7 +6,7 @@ function ItemView(props){ const useStyles = makeStyles((theme) => ({ "paperMargin": { - paddingLeft: theme.spacing(3), + padding: theme.spacing(1), } })); @@ -21,7 +21,7 @@ return( {/* */} {props.activeItem["content"] ? props.activeItem["content"].map(line => ( - + {line} )): "" }