mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
24a2e75fa3
* Add json-order package * Add propertyMap and sort properties boolean to model * Keep property order * Remove extra check * Allow env editor in request group overrides to maintain order * Add checkbox * Order control added * Use up to date json-order * Rename * Remove extra field * Update separator * Prevent unnecessary parse * Move to regular dependency * add to packedDeps * Renames * Remove extra code * Removed extra state * More fixes... * add flowtypes for json-order * typo * Updated flowtypes * Fixed? * linting to remove unused import
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
@import '../constants/dimensions.less';
|
|
|
|
.environment-editor {
|
|
display: grid;
|
|
grid-template-rows: 1fr auto;
|
|
height: 100%;
|
|
}
|