mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 17:00:52 +00:00
6 lines
124 B
Text
6 lines
124 B
Text
.expand-collapse-container {
|
|
overflow: hidden;
|
|
transition:
|
|
height 0.15s ease-in-out,
|
|
width 0.15s ease-in-out;
|
|
}
|