Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 3, 2012 05:40
Show Gist options
  • Save snowman-repos/3825238 to your computer and use it in GitHub Desktop.
Save snowman-repos/3825238 to your computer and use it in GitHub Desktop.
CSS: Full Width Textareas
textarea {
-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