From 52248d4d81ff6f4aa56b80d8ca098583dcf46225 Mon Sep 17 00:00:00 2001
From: Vincent Petry <pvince81@owncloud.com>
Date: Thu, 3 Jul 2014 17:16:50 +0200
Subject: [PATCH] Hide the size in the trashbin summary row

This also fixes the extra spacing that appearing on the right of the
table.
---
 apps/files_trashbin/css/trash.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 64e462e2e8..15a9249d7b 100644
--- a/apps/files_trashbin/css/trash.css
+++ b/apps/files_trashbin/css/trash.css
@@ -15,3 +15,6 @@
 #app-content-trashbin .summary :last-child {
 	padding: 0;
 }
+#app-content-trashbin #filestable .summary .filesize {
+	display: none;
+}
-- 
GitLab