From d1c771d741567b95822dfa5cd9f0b7488c9a77ba Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:30:29 +0300 Subject: [PATCH] Merge pull request #14863 from overleaf/ii-project-dashboard-action-items-fix [web] Adjust projects table column widths and action icons fix GitOrigin-RevId: 0700a561efb7fef70b5e2f108dcf5cbc59623885 --- .../web/frontend/stylesheets/app/project-list-react.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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;