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;
|
|
}
|