mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 17:00:06 +02: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;
|
|
}
|