overleaf/services/web/frontend/stylesheets/components/expand-collapse.less

5 lines
116 B
Text
Raw Normal View History

.expand-collapse-container {
overflow: hidden;
transition: height 0.15s ease-in-out, width 0.15s ease-in-out;
}