Posted by andtokyo on January 31, 2013 at 1:22am
3 followers
Jump to:
| Project: | Webform |
| Version: | 7.x-3.18 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | assign css styles, format, webform |
Issue Summary
Maybe this is obvious for some and a non-issue for most but I wanted to document easily referenced fix for input fields that extend outside their DIV.
In your styles.css or other over riding css file insert the following.
.form-item input{
max-width: 100%;
}This was useful when using the webform in block especially in a OMEGA custom responsive theme.
Comments
#1
amazing just what I was looking for ;)