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

Adjust result table layout

parent 1adaa1e5
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ const styles = theme => ({ ...@@ -25,7 +25,7 @@ const styles = theme => ({
width: '100%', width: '100%',
height: 'auto', height: 'auto',
[theme.breakpoints.up('md')]: { [theme.breakpoints.up('md')]: {
height: 'calc(100% - 130px)' height: 'calc(100% - 126px)'
}, },
backgroundColor: theme.palette.background.paper, backgroundColor: theme.palette.background.paper,
borderTop: '1px solid rgba(224, 224, 224, 1);', borderTop: '1px solid rgba(224, 224, 224, 1);',
...@@ -36,7 +36,7 @@ const styles = theme => ({ ...@@ -36,7 +36,7 @@ const styles = theme => ({
borderTop: '1px solid rgba(224, 224, 224, 1);', borderTop: '1px solid rgba(224, 224, 224, 1);',
}, },
paginationCaption: { paginationCaption: {
minWidth: 94 minWidth: 110
}, },
paginationToolbar: { paginationToolbar: {
[theme.breakpoints.down('xs')]: { [theme.breakpoints.down('xs')]: {
......
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