kalamuna / kss-bootstrap

:b: A KSS Template and Styleguide for Bootstrap.
http://kalamuna.github.io/kss-bootstrap
Other
13 stars 2 forks source link

Add clearfix CSS to kss-example class to prevent floats from overflowing #31

Closed JohnAlbin closed 8 years ago

JohnAlbin commented 8 years ago

The .kss-example class is added to the wrapper around a style guide example. If the example has floating elements, they can overflow the wrapper.

So we should add clearfix styling to the kss-example wrapper.