Schema expansion
This commit is contained in:
parent
d450418bf6
commit
c3f8bedea1
3 changed files with 39 additions and 11 deletions
|
|
@ -4,7 +4,7 @@
|
|||
border-radius: var(--border-radius);
|
||||
padding: 16px;
|
||||
margin-left: 0px;
|
||||
margin-top: 16px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 16px;
|
||||
width: min-content;
|
||||
}
|
||||
|
|
@ -29,11 +29,21 @@
|
|||
.je-object__controls > .je-modal button {
|
||||
margin: 8px 0px 8px 8px;
|
||||
}
|
||||
.row {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
}
|
||||
.form-control > label {
|
||||
display: block;
|
||||
color: var(--je-color);
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
[data-schematype] {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
[data-schematype]:last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
[data-schematype="array"] button {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue