add firefox support for word-break

This commit is contained in:
Thibault Duplessis 2019-04-30 08:14:32 +07:00
parent e1cd85d16a
commit c9dcf9ca6d

View file

@ -103,6 +103,7 @@
%break-word {
overflow-wrap: break-word;
word-break: break-all; /* support: firefox */
word-break: break-word;
}
%break-nope {