mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
.expand-collapse-container {
|
|
overflow: hidden;
|
|
transition:
|
|
height 0.15s ease-in-out,
|
|
width 0.15s ease-in-out;
|
|
}
|