DS-3219 Correct property for word-break

This commit is contained in:
Jonas Van Goolen
2016-05-27 12:14:33 +02:00
parent dac013dbff
commit f01cefa334

View File

@@ -109,6 +109,6 @@ span.batchimport-error-caused {
.break-all{
-ms-word-break: break-all;
word-break: break-word;
word-break: break-all;
word-wrap: break-word;
}