diff --git a/core/themes/claro/css/components/details.pcss.css b/core/themes/claro/css/components/details.pcss.css index cd91025ebe..f302da152b 100644 --- a/core/themes/claro/css/components/details.pcss.css +++ b/core/themes/claro/css/components/details.pcss.css @@ -60,7 +60,6 @@ overflow: hidden; max-height: 90px; transition: max-height 1s ease-in-out; - /** * CSS3 max-height transitions need a specific height. * @see http://stackoverflow.com/a/19341648