Skip to content

Commit 720d195

Browse files
committed
Fix breadcrumbs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 99a705f commit 720d195

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/files/css/files.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363

6464
.app-files #app-content {
6565
transition: background-color 0.3s ease;
66+
// force the width to be the full width to not go bigger than the screen
67+
// flex will grow for the mobile view if necessary
68+
width: calc(100% - 300px);
6669
}
6770

6871
.file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover {

0 commit comments

Comments
 (0)