mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 16:10:53 +00:00
4 lines
116 B
Text
4 lines
116 B
Text
.expand-collapse-container {
|
|
overflow: hidden;
|
|
transition: height 0.15s ease-in-out, width 0.15s ease-in-out;
|
|
}
|