diff options
Diffstat (limited to 'apps/files_trashbin/css')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 04b4a175c83..64e462e2e8a 100644 --- a/apps/files_trashbin/css/trash.css +++ b/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; +} |