@aloudata/aloudata-design 2.8.1 → 2.8.2

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.
@@ -16,7 +16,8 @@ function Cell(props) {
16
16
  return /*#__PURE__*/React.createElement("div", {
17
17
  className: classnames(prefixCls('td-default'), prefixCls("align-".concat(align)))
18
18
  }, ellipsis ? /*#__PURE__*/React.createElement("div", {
19
- className: prefixCls('td-ellipsis-content')
19
+ className: prefixCls('td-ellipsis-content'),
20
+ title: typeof node === 'string' ? node : undefined
20
21
  }, node) : node);
21
22
  }
22
23
  export default function CellWithErrorBoundary(props) {
@@ -239,6 +239,7 @@
239
239
  width: 100%;
240
240
  align-items: center;
241
241
  padding-left: @td-padding-size;
242
+ overflow: hidden;
242
243
 
243
244
  .ald-table-indent-list {
244
245
  display: flex;