Always break kanban card titles
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-07-01 11:11:26 +02:00
parent 7800a25544
commit cc904f07aa
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -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 {