Skip to content

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

Open
derek73 wants to merge 1 commit into
GoodCloud:masterfrom
derek73:patch-1
Open

use {box-sizing: content-box} for input elements#38
derek73 wants to merge 1 commit into
GoodCloud:masterfrom
derek73:patch-1

Conversation

@derek73

@derek73 derek73 commented May 14, 2014

Copy link
Copy Markdown

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant