Skip to content

Commit

Permalink
Merge pull request #11529 from nextcloud/breadcrumbs-fix
Browse files Browse the repository at this point in the history
Fix breadcrumbs
  • Loading branch information
MorrisJobke authored Oct 2, 2018
2 parents 7526971 + a11c317 commit ac1d291
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 @@ -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 {
Expand Down

0 comments on commit ac1d291

Please sign in to comment.