Skip to content
Snippets Groups Projects
Commit 1ca188b2 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13579: Adjusted the height of the table container not to be chopped off.

parent a1519cc7
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -19,7 +19,7 @@ const styles = theme => ({ ...@@ -19,7 +19,7 @@ const styles = theme => ({
columnFlexContainer: { columnFlexContainer: {
flexDirection: 'column', flexDirection: 'column',
display: 'flex', display: 'flex',
height: 'calc(100vh - ' + theme.spacing(10) + 'px)' height: 'calc(100vh - ' + theme.spacing(12) + 'px)'
}, },
boundary: { boundary: {
padding: theme.spacing(1), padding: theme.spacing(1),
...@@ -48,7 +48,7 @@ const styles = theme => ({ ...@@ -48,7 +48,7 @@ const styles = theme => ({
}, },
content: { content: {
flex: '1 1 100%', flex: '1 1 100%',
height: '0', height: 'calc(100vh - ' + theme.spacing(10) + 'px)',
overflowY: 'hidden' overflowY: 'hidden'
} }
}) })
......
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