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
This commit is contained in:
ilkin-overleaf 2023-09-15 17:30:29 +03:00 committed by Copybot
parent 570d16ed42
commit d1c771d741

View file

@ -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;