dtable-ui-component 0.1.90-test → 0.1.90-test1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,7 +130,7 @@ var SimpleLongTextFormatter = /*#__PURE__*/function (_React$Component) {
|
|
|
130
130
|
|
|
131
131
|
var isPreview = this.state.isPreview;
|
|
132
132
|
var containerClassName = this.props.containerClassName;
|
|
133
|
-
var className = cn('dtable-ui cell-formatter-container long-text-formatter', containerClassName);
|
|
133
|
+
var className = cn('dtable-ui cell-formatter-container long-text-formatter xx', containerClassName);
|
|
134
134
|
var value = this.translateValue();
|
|
135
135
|
return /*#__PURE__*/React.createElement("div", {
|
|
136
136
|
className: className,
|