Bad word-wrap value in docs CSS?
Created by: cvrebert
word-wrap: nowrap;
According to https://developer.mozilla.org/en-US/docs/Web/CSS/word-wrap and the spec, nowrap
is not a valid value for word-wrap
.
Created by: cvrebert
word-wrap: nowrap;
According to https://developer.mozilla.org/en-US/docs/Web/CSS/word-wrap and the spec, nowrap
is not a valid value for word-wrap
.