Closed variadico closed 9 years ago
Hi, there.
So, I noticed this rule at the end of furtive.css.
furtive.css
table th, table td { padding: 0.25rem; word-wrap: none; line-height: 1; }
What is word-wrap: none; supposed to do? According to MDN and W3C, none isn't a valid value for word-wrap.
word-wrap: none;
none
word-wrap
https://developer.mozilla.org/en-US/docs/Web/CSS/word-wrap http://dev.w3.org/csswg/css-text-3/#propdef-word-wrap
Thanks! :smiley:
To be honest, I can't remember when writing that. I imagine I was aiming for word-wrap: normal;.
word-wrap: normal;
Ha, okay. I'll assume you meant normal.
normal
Resolved with #46.
Hi, there.
So, I noticed this rule at the end of
furtive.css
.What is
word-wrap: none;
supposed to do? According to MDN and W3C,none
isn't a valid value forword-wrap
.https://developer.mozilla.org/en-US/docs/Web/CSS/word-wrap http://dev.w3.org/csswg/css-text-3/#propdef-word-wrap
Thanks! :smiley: