Browse Source

Merge pull request #46865 from nextcloud/fix/46635/breadcrumbs-shrink

pull/46550/head
John Molakvoæ 1 year ago
committed by GitHub
parent
commit
68864ab394
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      apps/files/src/components/BreadCrumbs.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

1
apps/files/src/components/BreadCrumbs.vue

@ -273,6 +273,7 @@ export default defineComponent({
height: 100%;
margin-block: 0;
margin-inline: 10px;
min-width: 0;
:deep() {
a {

4
dist/files-main.js
File diff suppressed because it is too large
View File

2
dist/files-main.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save