Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created June 28, 2012 20:32
Show Gist options
  • Save nicinabox/3013737 to your computer and use it in GitHub Desktop.
Save nicinabox/3013737 to your computer and use it in GitHub Desktop.
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
textarea.textarea {
width: 50%;
max-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment