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>
tags/v28.0.0beta1
julia.kirschenheuter 8 months ago
parent
commit
bfa7d33912

+ 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