Skip to content
Snippets Groups Projects
Unverified Commit ac1d291b authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #11529 from nextcloud/breadcrumbs-fix

Fix breadcrumbs
parents 7526971c a11c3173
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment