Skip to content

Commit

Permalink
fix: changed height to min-height for the axes area (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored and janhenrikoverland committed Nov 5, 2019
1 parent 74edb3c commit 8c0ed13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const DIMENSION_AXIS_WIDTH = `${100 - parseInt(FILTER_AXIS_WIDTH, 10)}%`;
export default {
ct: {
display: 'flex',
height: LAYOUT_HEIGHT,
minHeight: LAYOUT_HEIGHT,
},
axisGroup: {
display: 'flex',
Expand Down

0 comments on commit 8c0ed13

Please sign in to comment.