From 0655f3d102a5ad6059c51a0af38d4dbb9f1f6fa4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 1 Dec 2015 13:45:30 +0100 Subject: [PATCH] Revert "Fix column width of mtime column" --- apps/files/css/files.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 2de4632c34..9588faebc3 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -224,8 +224,8 @@ table th.column-last, table td.column-last { box-sizing: border-box; position: relative; /* this can not be just width, both need to be set … table styling */ - min-width: 165px; - max-width: 165px; + min-width: 130px; + max-width: 130px; } /* Multiselect bar */