src/menu/components/card/cardcellcomponent/index.jsx
@@ -138,7 +138,7 @@ let options = ['font', 'border', 'padding', 'margin', 'backgroundColor'] if (element.eleType === 'button') { options.push('width') } else if (element.eleType === 'picture') { options = ['border', 'margin'] } else if (element.eleType === 'slider') {