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

Add max height to result table value list

parent b47e1a58
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ import Collapse from '@material-ui/core/Collapse'; ...@@ -8,7 +8,9 @@ import Collapse from '@material-ui/core/Collapse';
const styles = () => ({ const styles = () => ({
valueList: { valueList: {
paddingLeft: 15 paddingLeft: 20,
maxHeight: 200,
overflow: 'auto'
}, },
valueListNoBullets: { valueListNoBullets: {
listStyle: 'none', listStyle: 'none',
......
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