Skip to content
Snippets Groups Projects
Commit 2c7d24b0 authored by Hermann's avatar Hermann
Browse files

fix column styling to equal column width (min-width got ignored)

parent e0033e96
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ const style = [
'flex-wrap': 'wrap',
},
'.viewcontainercolumn': {
'min-width': '400px',
width: '500px',
'flex-grow': 1,
padding: '10px',
},
......
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