Always break kanban card titles
This commit is contained in:
parent
7800a25544
commit
cc904f07aa
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px';
|
||||||
margin: 0 1em 0 0;
|
margin: 0 1em 0 0;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
|
max-width: 300px;
|
||||||
|
|
||||||
.tasks {
|
.tasks {
|
||||||
max-height: calc(#{$crazy-height-calculation} - 1rem - 2.5rem - 2em - #{$button-height} - 1em);
|
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 {
|
h3 {
|
||||||
font-family: $family-sans-serif;
|
font-family: $family-sans-serif;
|
||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.due-date {
|
.due-date {
|
||||||
|
|
Loading…
Reference in a new issue