Merge branch 'develop' into release/1.2.0
This commit is contained in:
commit
70eb982aca
@ -60,6 +60,16 @@
|
|||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instance .info figure {
|
||||||
|
display: inline;
|
||||||
|
height: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.instance .info figcaption {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.instance .constructs {
|
.instance .constructs {
|
||||||
grid-area: constructs;
|
grid-area: constructs;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -228,6 +228,7 @@ function convertItem(v) {
|
|||||||
shapes.vboxColour(v.toLowerCase())
|
shapes.vboxColour(v.toLowerCase())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if (shapes[v]) return shapes[v]();
|
||||||
return v || <span> </span>;
|
return v || <span> </span>;
|
||||||
// uncomment for double borders in vbox;
|
// uncomment for double borders in vbox;
|
||||||
// if (v) {
|
// if (v) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user