Add word-break rule in .kanban-task

This closes #1014
stable
Iago Last 2016-05-20 09:06:02 +02:00 committed by Juanfran
parent 8457f94323
commit 6687e2e311
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@
}
.task-name {
@include font-type(bold);
word-break: break-word;
}
.loading {
bottom: .5rem;

View File

@ -100,6 +100,7 @@
}
.task-name {
@include font-type(bold);
word-break: break-word;
}
.taskboard-text {
@include font-size(small);