Browse Source

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

Reduce width of sharing entry
tags/v28.0.0beta1
Julia Kirschenheuter 8 months ago
parent
commit
694352e3ad
No account linked to committer's email address

+ 2
- 2
apps/files_sharing/src/components/SharingEntry.vue View File

@@ -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;

+ 2
- 2
apps/files_sharing/src/components/SharingEntryLink.vue View File

@@ -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;

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


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


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


dist/280-280.js.LICENSE.txt → dist/731-731.js.LICENSE.txt View File


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


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


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


Loading…
Cancel
Save