Skip to content

Instantly share code, notes, and snippets.

@kmlprtsng
Created August 21, 2013 15:27
Show Gist options
  • Select an option

  • Save kmlprtsng/6295935 to your computer and use it in GitHub Desktop.

Select an option

Save kmlprtsng/6295935 to your computer and use it in GitHub Desktop.
Full Width Text Area
/*Put the margin/padding required on the parent and not on the text area*/
textarea.fullwidth {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment