Broken words when too big to fit in tasks. Fixes #768
parent
56a3700072
commit
c6397a8728
|
@ -57,11 +57,13 @@
|
||||||
.task-name {
|
.task-name {
|
||||||
@extend %bold;
|
@extend %bold;
|
||||||
color: $grayer;
|
color: $grayer;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.task-text {
|
.task-text {
|
||||||
@include table-flex-child($flex-grow: 10, $flex-basis: 50px);
|
@include table-flex-child($flex-grow: 10, $flex-basis: 50px);
|
||||||
@extend %small;
|
@extend %small;
|
||||||
padding: 0 .5rem 0 1rem;
|
padding: 0 .5rem 0 1rem;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.task-points {
|
.task-points {
|
||||||
@extend %small;
|
@extend %small;
|
||||||
|
|
|
@ -89,6 +89,7 @@
|
||||||
@extend %small;
|
@extend %small;
|
||||||
@include table-flex-child($flex-grow: 10, $flex-basis: 50px);
|
@include table-flex-child($flex-grow: 10, $flex-basis: 50px);
|
||||||
padding: 0 .5rem 0 1rem;
|
padding: 0 .5rem 0 1rem;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
@include transition(color .3s linear, opacity .3s linear);
|
@include transition(color .3s linear, opacity .3s linear);
|
||||||
|
|
Loading…
Reference in New Issue