
A developer panel that allows you to edit schema forms in real-time, with multiple examples. Also, you can view that same form in a standard Horizon modal to preview what the form will look like. Based on http://schemaform.io/examples/bootstrap-example.html Also fixes some bugs in the schema-form implementation: - Arrays cleaned up and fixed - Tab arrays cleaned up - Improved modal form to use schema.title if available Co-Authored-By: Rob Cresswell <robert.cresswell@outlook.com> Change-Id: Ia75a18d4c0c064ae618ee923cd6d602b1ef6e66e
8 lines
177 B
SCSS
8 lines
177 B
SCSS
// Workarounds for some browsers inserting <div> elements when editing
|
|
.code-input {
|
|
display: inline-block;
|
|
width: 100%;
|
|
color: $kbd-color;
|
|
background-color: $kbd-bg;
|
|
}
|