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