summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 {