Browse Source

Reduce width of sharing entry

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/40963/head
julia.kirschenheuter 2 years ago
committed by nextcloud-command
parent
commit
bfa7d33912
  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