Merge pull request #174 from okriuchykhin/ok_SCI-477

Fix issue with words break in task description and comments [SCI-477]
This commit is contained in:
Luka Murn 2016-09-30 08:25:04 +02:00 committed by GitHub
commit 380d0740f8

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