mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
8452e8b777
* Fixed duplication kve bug * Some changes * Add proptypes linting * Fixed proptypes even more * Filename linting
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.header-editor {
|
|
display: grid;
|
|
height: 100%;
|
|
grid-template-rows: minmax(0, 1fr) @line-height-md;
|
|
grid-template-columns: 100%;
|
|
}
|