mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #11529 from nextcloud/breadcrumbs-fix
Fix breadcrumbs
This commit is contained in:
commit
ac1d291b72
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue