king
2020-12-25 5232d34f026f72eb90a5ba6fff33d30cf9d961aa
src/menu/components/card/cardcomponent/index.jsx
@@ -214,7 +214,14 @@
    }
    
    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 (