diff --git a/client/src/components/trello-board/styles/Base.js b/client/src/components/trello-board/styles/Base.js index 322e2cbd0..6e1eb4f28 100644 --- a/client/src/components/trello-board/styles/Base.js +++ b/client/src/components/trello-board/styles/Base.js @@ -82,6 +82,9 @@ export const StyleVertical = styled.div` // TODO ? This is the question. We need the same drag-zone we get in horizontal mode min-height: 50px; // Not needed, just for extra landing space } + .smooth-dnd-container.horizontal { + white-space: normal; + } .react-trello-board { overflow-y: hidden !important;