I've noticed whenever I set width: 100%;
on a textarea or an input text, they surpass the parent width.
The textarea and text field are surrounded by a padding of 10 pixels within it's container. Is there a way to have it stop once it hits the bounding box surrounding it? What are the best practices to making a width:100%;
element?