king
2022-01-12 72497a1eab6608ec949b3fa5ecea5f5a8559386d
src/menu/components/card/cardcellcomponent/index.jsx
@@ -148,7 +148,7 @@
      if (element.OpenType === 'form') {
        options = ['margin', 'float']
      } else {
        options.push('width', 'float')
        options.push('width', 'minHeight', 'float')
      }
      if (element.wrapStyle) {
        _style.float = element.wrapStyle.textAlign || 'left'