diff --git a/libs/barista-components/tree-table/README.md b/libs/barista-components/tree-table/README.md index 1471ddb905..70d9d907f4 100644 --- a/libs/barista-components/tree-table/README.md +++ b/libs/barista-components/tree-table/README.md @@ -166,9 +166,7 @@ You want to add the table header by adding a `` inside the The next step is to add the row where the columns get rendered. You can do this by adding the `` inside the `` tag. You can specify the columns that should be rendered and don't forget to bind the row's -data to the ``s data input `[data]="row"`. The text contained -will be cut to preserve the width correctly. Hovering over the cell/text will -reveal the whole text. +data to the ``s data input `[data]="row"`. ```html -
- -
+ diff --git a/libs/barista-components/tree-table/src/tree-table-toggle-cell.scss b/libs/barista-components/tree-table/src/tree-table-toggle-cell.scss index 6793f2f994..1e71c7cd90 100644 --- a/libs/barista-components/tree-table/src/tree-table-toggle-cell.scss +++ b/libs/barista-components/tree-table/src/tree-table-toggle-cell.scss @@ -14,10 +14,3 @@ align-items: center; position: relative; } - -.dt-tree-table-content { - width: auto; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -}