Skip to content

Commit

Permalink
Merge pull request #11530 from nextcloud/stb14-brdcrmb-fx
Browse files Browse the repository at this point in the history
Fix breadcrumbs
  • Loading branch information
rullzer authored Oct 2, 2018
2 parents 0861719 + 720d195 commit 27323c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 27323c9

Please sign in to comment.