Fix issue with default horizontal card width

This commit is contained in:
Andrew Kingston 2021-01-19 11:57:01 +00:00
parent 85208e47d2
commit 2d5afc4851
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@
"label": "Card Width", "label": "Card Width",
"key": "cardWidth", "key": "cardWidth",
"options": ["24rem", "28rem", "32rem", "40rem", "48rem", "60rem", "100%"], "options": ["24rem", "28rem", "32rem", "40rem", "48rem", "60rem", "100%"],
"default": "32rem" "defaultValue": "32rem"
}, },
{ {
"type": "select", "type": "select",