Skip to content

Instantly share code, notes, and snippets.

@drewzh
Created March 27, 2012 10:56
Show Gist options
  • Save drewzh/2214857 to your computer and use it in GitHub Desktop.
Save drewzh/2214857 to your computer and use it in GitHub Desktop.
Textarea width fix
.box-sizing-border
{
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment