What steps will reproduce the problem? 1. formy in firefox 3 (inside a div layout page) 2. 3.
What is the expected output? What do you see instead? The labels and inputs don't line up
What version of the product are you using? On what operating system? 0.8
Please provide any additional information below. Mac OS X 10.5.7
- formy-out-of-line.png 230.87KB
Comment #1
Posted on Jun 18, 2009 by Quick KangarooI'm using windows. Can you give me your source code or link to the page?
Comment #2
Posted on Jun 18, 2009 by Happy RabbitThe app is the basic skelton of an apache wicket app I have just started and a bit too much hassle to wrap up and needs to be built etc.
So, I saved a page from firefox that shows a form out of line referencing formy. Thanks for checking this out.
John
- formy-out-of-line.zip 5.41KB
Comment #3
Posted on Jun 19, 2009 by Quick KangarooYou need to change line-height property. just insert inside fieldset,form,label,legend { line-height:1.2em; }
Status: Started
Labels:
Type-Defect
Priority-Medium