diff --git a/frontend/components/TableContainer/DataTable/_styles.scss b/frontend/components/TableContainer/DataTable/_styles.scss index 7ada8b5274..ca0cbd39f6 100644 --- a/frontend/components/TableContainer/DataTable/_styles.scss +++ b/frontend/components/TableContainer/DataTable/_styles.scss @@ -216,7 +216,9 @@ $shadow-transition-width: 10px; .link-cell, .text-cell { display: block; + overflow: hidden; white-space: nowrap; + text-overflow: ellipsis; margin: 0; .__react_component_tooltip { white-space: normal; diff --git a/frontend/pages/DashboardPage/cards/MDM/_styles.scss b/frontend/pages/DashboardPage/cards/MDM/_styles.scss index 8fe69290f7..cd27f12b6f 100644 --- a/frontend/pages/DashboardPage/cards/MDM/_styles.scss +++ b/frontend/pages/DashboardPage/cards/MDM/_styles.scss @@ -31,11 +31,6 @@ } tbody { - .name__cell { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } .mdm-solution-link { opacity: 0; transition: 250ms;