mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
.environment-editor {
|
|
display: grid;
|
|
grid-template-rows: 1fr auto;
|
|
height: 100%;
|
|
}
|