0
Word-wrapping on Firefox
Firefox doesn't support white-space and word-wrap propeety. Any ideas for alternative solutions? :)
2 Answers
+ 2
word wrap:
http://caniuse.com/#feat=wordwrap
white space:
https://developer.mozilla.org/ru/docs/Web/CSS/white-space?v=control
Both of them supported
+ 1
From different things I have read, the white space issue you speak about here can be resolved using the following:
white-space: -moz-pre-wrap; /* Firefox */
pre-wrap Sequences of whitespace are then preserved. Lines are instead broken at newline characters, at
, and as necessary to fill line boxes.
Hot today
Python — File Handling
2 Votes
What’s wrong?
2 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Achievements on Sololearn
1 Votes
Question - Java: Pyramid layers
2 Votes
Error in Program
1 Votes