mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
570d16ed42
commit
d1c771d741
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue