Fix task comments not properly showing in reports

Closes SCI-733.
This commit is contained in:
Luka Murn 2016-11-28 17:14:27 +01:00
parent f9c8223fe5
commit 073f30dcc5

View file

@ -17,12 +17,14 @@
margin-right: 0;
}
.description-label {
word-break: break-all;
word-wrap: break-word;
}
.module-large {
.description-label {
word-break: break-all;
word-wrap: break-word;
}
.comment {
word-break: break-all;
word-wrap: break-word;
}
.comment {
word-break: break-all;
word-wrap: break-word;
}
}