Download & Extend

keeping text area or input field within its div

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 ;)