mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
8452e8b777
* Fixed duplication kve bug * Some changes * Add proptypes linting * Fixed proptypes even more * Filename linting
14 lines
251 B
Plaintext
14 lines
251 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%;
|
|
|
|
.key-value-editor {
|
|
padding: 0;
|
|
}
|
|
}
|