Skip to content

Commit

Permalink
Fix breadcrumbs
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 2, 2018
1 parent 99a705f commit 720d195
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 720d195

Please sign in to comment.