mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
|
@import '../constants/dimensions';
|
||
|
@import '../constants/colors';
|
||
|
|
||
|
.query-editor {
|
||
|
display: grid;
|
||
|
height: 100%;
|
||
|
grid-template-rows: auto minmax(0, 1fr) @line-height-md;
|
||
|
grid-template-columns: 100%;
|
||
|
}
|