diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55416 -> 55418 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/component-animations.less | 5 |
3 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 1b149b002..5a1c83132 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b1490bae8..16fef5042 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1928,6 +1928,7 @@ table .span24 { } .collapse.in { height: auto; + overflow: visible; } .close { float: right; diff --git a/less/component-animations.less b/less/component-animations.less index 4f2a4fd11..edfaef301 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -14,5 +14,8 @@ position:relative; overflow:hidden; height: 0; - &.in { height: auto; } + &.in { + height: auto; + overflow: visible; + } } |
