From 38bf58c61308976de0d4469ef7958d748d492251 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 28 May 2024 10:20:29 -0400 Subject: [PATCH] - Missing css class Signed-off-by: Dave Richer --- client/src/components/trello-board/styles/Base.js | 3 +++ 1 file changed, 3 insertions(+) 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;