Skip to content
New issue

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

In content text, words just disappear instead of wrapping when the container is smaller than the text #259

Open
veosotano opened this issue Jun 10, 2014 · 1 comment
Labels
Milestone

Comments

@veosotano
Copy link
Member

* {
    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.

@veosotano veosotano added this to the 0.4.10 milestone Jun 10, 2014
@Mouvedia
Copy link
Member

This is related to these @text properties:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants