Skip to content

Commit 27323c9

Browse files
authored
Merge pull request #11530 from nextcloud/stb14-brdcrmb-fx
Fix breadcrumbs
2 parents 0861719 + 720d195 commit 27323c9

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)