fix padding for last cell in summary of trashbin

remotes/origin/ldap_group_count
Morris Jobke 11 years ago
parent bc65b25303
commit cbd5e31d33
  1. 4
      apps/files_trashbin/css/trash.css

@ -11,3 +11,7 @@
#app-content-trashbin tbody tr[data-type="file"] td a.name span {
cursor: default;
}
#app-content-trashbin .summary :last-child {
padding: 0;
}

Loading…
Cancel
Save