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;
|
||||
|
||||
|
|
@ -37,6 +37,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
& > label {
|
||||
display: block;
|
||||
|
|
@ -45,6 +50,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
[data-schematype] {
|
||||
margin-bottom: 16px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
[data-schematype="array"] {
|
||||
button {
|
||||
margin-right: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue