#json-editor-app td {
  vertical-align: middle;
}
#json-editor-app .window-content {
  padding: 0;
}
#json-editor-app form {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  height: 100%;
}
#json-editor-app .json-editor {
  flex: 1;
  overflow: hidden;
}/*# sourceMappingURL=module.css.map */