GoodCloud / django-zebra

Forms, widgets, template tags and examples that make Stripe + Django easier.
MIT License
193 stars 68 forks source link

use {box-sizing: content-box} for input elements #38

Open derek73 opened 10 years ago

derek73 commented 10 years ago

Since you're using relative units for the width need to make sure any padding is not included in the width measurement. content-box is the default in some browsers but it is frequently normalized to border-box in CSS frameworks.