vbox spacing

This commit is contained in:
ntr 2019-04-03 15:56:09 +11:00
parent 42124c8c48
commit aca1e939d1

View File

@ -2,8 +2,8 @@ const preact = require('preact');
const range = require('lodash/range');
function convertVar(v) {
return v || '';
// uncomment for double borders in vbox
return v || <span>&nbsp;</span>;
// uncomment for double borders in vbox;
// if (v) {
// return <div>{v}</div>;
// }