From cc904f07aad9dd2e298e6b424de5f7748b78fa1d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 1 Jul 2020 11:11:26 +0200 Subject: [PATCH] Always break kanban card titles --- src/styles/components/kanban.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index 2bbf5bdae..1040ea256 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -24,6 +24,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px'; margin: 0 1em 0 0; max-height: 100%; min-height: 20px; + max-width: 300px; .tasks { max-height: calc(#{$crazy-height-calculation} - 1rem - 2.5rem - 2em - #{$button-height} - 1em); @@ -63,6 +64,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px'; h3 { font-family: $family-sans-serif; font-size: .85rem; + word-break: break-word; } .due-date {