From 4d103f8b97f59b33ac0f6e9a047318acc92117e6 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Wed, 31 Oct 2018 17:34:47 +0100 Subject: [PATCH] Ensure filename is possibly centered below file icons in grid view Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> --- apps/files/css/files.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 8ad255a34bf..a9c060db7b1 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -863,6 +863,7 @@ table.dragshadow td.size { .innernametext { display: inline-block; + width: 100%; max-width: 80px; } -- GitLab