Skip to content
Snippets Groups Projects
Commit 3aa1088d authored by esikkala's avatar esikkala
Browse files

Adjust export component layout

parent 3d03ac5e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ import Button from '@material-ui/core/Button'; ...@@ -6,7 +6,7 @@ import Button from '@material-ui/core/Button';
const styles = theme => ({ const styles = theme => ({
root: { root: {
height: '100%', height: 'calc(100% - 72px)',
width: '100%', width: '100%',
display: 'flex', display: 'flex',
alignItems: 'center', alignItems: 'center',
......
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