From a11c31733df19796ad7e0f9d97def4ea2a85427d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 2 Oct 2018 07:55:17 +0200 Subject: [PATCH] Fix breadcrumbs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index bd57f1907f512..793e0dfbb2837 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -59,6 +59,9 @@ .app-files #app-content { transition: background-color 0.3s ease; + // force the width to be the full width to not go bigger than the screen + // flex will grow for the mobile view if necessary + width: calc(100% - 300px); } .file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover {