Merge pull request #323 from Ducz0r/lm-sci-733-fix

Fix task comments not properly showing in reports
This commit is contained in:
Luka Murn 2016-11-30 09:51:59 +01:00 committed by GitHub
commit 680f443e31

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;
}
}