Skip to content
Snippets Groups Projects
Commit dadafd83 authored by Zoltan Runyo's avatar Zoltan Runyo
Browse files

ICSHWI-8665: Fix announcements component right margin

parent 66eb8610
No related branches found
No related tags found
1 merge request!139Merge before release
Pipeline #106930 passed
......@@ -16,8 +16,8 @@ const useStyles = makeStyles((theme) => ({
marginBottom: theme.spacing(2),
},
announcements: {
marginLeft: theme.spacing(3),
marginRight: theme.spacing(3),
paddingLeft: theme.spacing(3),
paddingRight: theme.spacing(3),
}
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment