Broken words when too big to fit in tasks. Fixes #768
parent
56a3700072
commit
c6397a8728
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue