Broken words when too big to fit in tasks. Fixes #768

stable
Xavier Julián 2014-08-27 13:18:28 +02:00
parent 56a3700072
commit c6397a8728
2 changed files with 3 additions and 0 deletions

View File

@ -57,11 +57,13 @@
.task-name {
@extend %bold;
color: $grayer;
word-wrap: break-word;
}
.task-text {
@include table-flex-child($flex-grow: 10, $flex-basis: 50px);
@extend %small;
padding: 0 .5rem 0 1rem;
word-wrap: break-word;
}
.task-points {
@extend %small;

View File

@ -89,6 +89,7 @@
@extend %small;
@include table-flex-child($flex-grow: 10, $flex-basis: 50px);
padding: 0 .5rem 0 1rem;
word-wrap: break-word;
}
.icon {
@include transition(color .3s linear, opacity .3s linear);