diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-02 07:55:17 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-02 07:55:17 +0200 |
commit | a11c31733df19796ad7e0f9d97def4ea2a85427d (patch) | |
tree | 24d219471bea206af1384ddb1d03df801d2b3ff1 /apps | |
parent | 77c6e4106359776bc7283801fa36008596981444 (diff) | |
download | nextcloud-server-a11c31733df19796ad7e0f9d97def4ea2a85427d.tar.gz nextcloud-server-a11c31733df19796ad7e0f9d97def4ea2a85427d.zip |
Fix breadcrumbs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index bd57f1907f5..793e0dfbb28 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 { |