Browse Source

Merge pull request #40963 from nextcloud/fix/36965-fix-width-of-sharing-entry

Reduce width of sharing entry
pull/40979/head
Julia Kirschenheuter 2 years ago
committed by GitHub
parent
commit
694352e3ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/files_sharing/src/components/SharingEntry.vue
  2. 4
      apps/files_sharing/src/components/SharingEntryLink.vue
  3. 3
      dist/280-280.js
  4. 1
      dist/280-280.js.map
  5. 3
      dist/731-731.js
  6. 0
      dist/731-731.js.LICENSE.txt
  7. 1
      dist/731-731.js.map
  8. 4
      dist/files_sharing-files_sharing_tab.js
  9. 2
      dist/files_sharing-files_sharing_tab.js.map

4
apps/files_sharing/src/components/SharingEntry.vue

@ -158,8 +158,8 @@ export default {
display: flex;
flex-direction: column;
justify-content: center;
width: 80%;
min-width: 80%;
flex: 1 0;
min-width: 0;
&__desc {
display: inline-block;

4
apps/files_sharing/src/components/SharingEntryLink.vue

@ -755,8 +755,8 @@ export default {
padding-left: 10px;
display: flex;
justify-content: space-between;
width: 80%;
min-width: 80%;
flex: 1 0;
min-width: 0;
&__desc {
display: flex;

3
dist/280-280.js
File diff suppressed because it is too large
View File

1
dist/280-280.js.map
File diff suppressed because it is too large
View File

3
dist/731-731.js
File diff suppressed because it is too large
View File

0
dist/280-280.js.LICENSE.txt → dist/731-731.js.LICENSE.txt

1
dist/731-731.js.map
File diff suppressed because it is too large
View File

4
dist/files_sharing-files_sharing_tab.js
File diff suppressed because it is too large
View File

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

Loading…
Cancel
Save