ArcBees / gwtchosen

Port of the chosen javascript plugin for Google Web Toolkit
Other
107 stars 50 forks source link

Make sure that box-sizing is set to content-box #295

Open timeu opened 8 years ago

timeu commented 8 years ago

Some 3rd party CSS stylessheets (i.e. Bootstrap) set box-sizing on all elements to border-box. This will lead to display problems.

The current workaround is to set the box-sizing of all descendant elements to content-box.

jasonlemay commented 8 years ago

I'd rather like to update Chosen to play well with border-box instead. So much more easier to handle and style this way.