vbox spacing
This commit is contained in:
parent
42124c8c48
commit
aca1e939d1
@ -2,8 +2,8 @@ const preact = require('preact');
|
|||||||
const range = require('lodash/range');
|
const range = require('lodash/range');
|
||||||
|
|
||||||
function convertVar(v) {
|
function convertVar(v) {
|
||||||
return v || '';
|
return v || <span> </span>;
|
||||||
// uncomment for double borders in vbox
|
// uncomment for double borders in vbox;
|
||||||
// if (v) {
|
// if (v) {
|
||||||
// return <div>{v}</div>;
|
// return <div>{v}</div>;
|
||||||
// }
|
// }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user