diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index 373552d8f6..74ddc76f7e 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -423,6 +423,8 @@ padding: 0; font-weight: bold; max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; &:hover, &:focus { @@ -431,12 +433,6 @@ } } - thead th, - .table-header-sort-btn { - overflow: hidden; - text-overflow: ellipsis; - } - .dash-cell-checkbox { width: 5%; line-height: 1.55;