vendor/assets/stylesheets/bootstrap/_component-animations.scss in bootstrap-sass-2.0.1 vs vendor/assets/stylesheets/bootstrap/_component-animations.scss in bootstrap-sass-2.0.2

- old
+ new

@@ -12,7 +12,9 @@ .collapse { @include transition(height .35s ease); position:relative; overflow:hidden; height: 0; - &.in { height: auto; } + &.in { + height: auto; + } } \ No newline at end of file