vladocar / formy-css-framework

Automatically exported from code.google.com/p/formy-css-framework
0 stars 0 forks source link

text message wraps incorrect #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A lot of times I need an areas in the form were I have to specify text to
the user. Like this:
Username: [___]
Message:  This is a message with short text
Password: [___]

The problem is if you have a long text it shows:
Username: [___]
Message:  This is a message with long text
that wraps and I dont like that
Password: [___]

I would like it to wrap like this:
Username: [___]
Message:  This is a message with long text
          that wraps and I dont like that
Password: [___]

can formy do that?

Original issue reported on code.google.com by henrikge...@gmail.com on 30 Jan 2009 at 2:37

GoogleCodeExporter commented 9 years ago
zxXZx

Original comment by Rajbhush...@gmail.com on 11 Sep 2009 at 5:11