We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
* { background: #E; #new test { background: white; width: 30%; content: "testing words that wrap blah bla"; height: 100; } }
When the window is small enough, the words should start wrapping, but they just disappear.
The text was updated successfully, but these errors were encountered:
This is related to these @text properties:
@text
http://hss.axrproject.org/@text#lineWrap (the method) http://hss.axrproject.org/@text#overflow (if you do nowrap this one goes hand in hand with it) http://hss.axrproject.org/@text#wrapDirection (in which direction it will wrap) http://hss.axrproject.org/@text#wrap (the wrapping mode which is pretty advanced > you should do the default at least)
cf http://wiki.axrproject.org/resources/modules#advanced
Sorry, something went wrong.
No branches or pull requests
When the window is small enough, the words should start wrapping, but they just disappear.
The text was updated successfully, but these errors were encountered: