Skip to content
Snippets Groups Projects
Commit 3ac07c1f authored by Hermann's avatar Hermann
Browse files

fix table sizing

parent a03f70f2
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ export default class TableView {
display: 'grid',
height: '100%',
'grid-template-rows': this.filters ?
'48px 40px calc(100% - 88px)' : '48px calc(100% - 78px)',
'48px 40px calc(100% - 120px)' : '48px calc(100% - 80px)',
'background-color': 'white',
},
}, [
......
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