summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-02 10:10:58 +0200
committerGitHub <noreply@github.com>2018-10-02 10:10:58 +0200
commit27323c977f0da690fd02396a42ac70bfdd38d6d3 (patch)
tree31170d53a1e6851d3d4c6a21d4a6b55f3909ac99
parent086171918f23a3e9ff1993e5938c3101ff378095 (diff)
parent720d19504388ce5b809a51f582b808ba206f42b0 (diff)
downloadnextcloud-server-27323c977f0da690fd02396a42ac70bfdd38d6d3.tar.gz
nextcloud-server-27323c977f0da690fd02396a42ac70bfdd38d6d3.zip
Merge pull request #11530 from nextcloud/stb14-brdcrmb-fx
Fix breadcrumbs
-rw-r--r--apps/files/css/files.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index c41255b9868..ac755700294 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -63,6 +63,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 {