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