We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdb663 commit f77cb2eCopy full SHA for f77cb2e
src/editors/object.js
@@ -547,11 +547,12 @@ export class ObjectEditor extends AbstractEditor {
547
this.header.textContent = this.getTitle()
548
}
549
this.title = this.theme.getHeader(this.header)
550
+ this.title.style.display = 'inline-block'
551
this.controls = this.theme.getButtonHolder()
552
this.controls.style.margin = '0 0 0 10px'
553
554
this.container.appendChild(this.title)
- this.title.appendChild(this.controls)
555
+ this.container.appendChild(this.controls)
556
this.container.style.position = 'relative'
557
558
/* Edit JSON modal */
0 commit comments