From cbd5e31d33d30c1c68a74e5db2312c86e40f541d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 26 Jun 2014 16:58:49 +0200 Subject: [PATCH] fix padding for last cell in summary of trashbin --- apps/files_trashbin/css/trash.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 04b4a175c8..64e462e2e8 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; +}