Fix issue with words break in task description and comments [SCI-477]

This commit is contained in:
Oleksii Kriuchykhin 2016-09-26 15:50:09 +02:00
parent 1c1a7c231e
commit 908ee05a23

View file

@ -16,3 +16,13 @@
margin-left: 0;
margin-right: 0;
}
.description-label {
word-break: break-all;
word-wrap: break-word;
}
.comment {
word-break: break-all;
word-wrap: break-word;
}