king
2020-12-25 5232d34f026f72eb90a5ba6fff33d30cf9d961aa
src/menu/components/card/cardcomponent/index.jsx
@@ -212,9 +212,16 @@
    if (_style.shadow) {
      _style.boxShadow = '0 0 4px ' + _style.shadow
    }
    if (side === 'back') {
      _style = {...card.backStyle, height: card.style.height}
      _style = {
        ...card.backStyle,
        height: card.style.height,
        marginBottom: card.style.marginBottom,
        marginLeft: card.style.marginLeft,
        marginRight: card.style.marginRight,
        marginTop: card.style.marginTop
      }
    }
    return (