Skip to content

Commit

Permalink
fix: changed height to min-height for the axes area (#361) (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored and janhenrikoverland committed Nov 8, 2019
1 parent 77246c2 commit 6cf0618
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 6cf0618

Please sign in to comment.