Merge pull request #11530 from nextcloud/stb14-brdcrmb-fx

Fix breadcrumbs
This commit is contained in:
Roeland Jago Douma 2018-10-02 10:10:58 +02:00 committed by GitHub
commit 27323c977f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {