mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
e0e8a2ffaa
Upgrade Prettier to v3 GitOrigin-RevId: 6f1338f196408f3edb4892d5220ad3665ff1a5bc
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;
|
|
}
|