diff --git a/templates/standalone/showHide.lucius b/templates/standalone/showHide.lucius index 9c7df13d3..9a0a540cf 100644 --- a/templates/standalone/showHide.lucius +++ b/templates/standalone/showHide.lucius @@ -36,9 +36,14 @@ } .js-show-hide__target { - + transition: all .2s ease; + overflow: hidden; } .js-show-hide--collapsed > .js-show-hide__target { - display: none; + display: block; + height: 0; + margin: 0; + padding: 0; + max-height: 0; } diff --git a/templates/widgets/asidenav.hamlet b/templates/widgets/asidenav.hamlet index 0d6e252d1..1a507da3c 100644 --- a/templates/widgets/asidenav.hamlet +++ b/templates/widgets/asidenav.hamlet @@ -13,8 +13,8 @@ $of _
-

- WiSe 17/18 +

+ WiSe 17/18