From 62ec2b478246d002983d9391bf7abc0b4d6fd458 Mon Sep 17 00:00:00 2001 From: Matheus Sabino Date: Sat, 2 May 2020 17:42:01 -0300 Subject: [PATCH] fix: Fix droppable column height sizing (#338) --- src/components/Board/components/Column/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Board/components/Column/index.js b/src/components/Board/components/Column/index.js index dad2e860..77c8e182 100644 --- a/src/components/Board/components/Column/index.js +++ b/src/components/Board/components/Column/index.js @@ -8,6 +8,7 @@ import CardAdder from './components/CardAdder' export const StyledColumn = styled.div` height: 100%; + min-height: 28px; display: inline-block; padding: 15px; border-radius: 2px; @@ -17,7 +18,8 @@ export const StyledColumn = styled.div` ` const DroppableColumn = withDroppable(styled.div` - min-height: 28px; + height: inherit; + min-height: inherit; `) function Column({