From: Matt Viteri Date: Mon, 3 Oct 2016 04:23:04 +0000 (-0500) Subject: Fixes #20566 (#20768) X-Git-Tag: v4.0.0-alpha.5~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860e07a0e968849dd98ac5dcd2a672ce8258162c;p=thirdparty%2Fbootstrap.git Fixes #20566 (#20768) --- diff --git a/scss/_animation.scss b/scss/_animation.scss index edd7147e51..f0dfff81fe 100644 --- a/scss/_animation.scss +++ b/scss/_animation.scss @@ -9,12 +9,21 @@ .collapse { display: none; - &.in { display: block; } - // tr&.in { display: table-row; } - // tbody&.in { display: table-row-group; } +} + +tr { + &.collapse.in { + display: table-row; + } +} + +tbody { + &.collapse.in { + display: table-row-group; + } } .collapsing {