mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
.environment-editor {
|
|
display: grid;
|
|
grid-template-rows: 1fr auto;
|
|
height: 100%;
|
|
}
|