From fd5b9bd78cb79cc9d077ccafffe05b1dd7534002 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Fri, 9 Feb 2024 18:43:56 +0100 Subject: [PATCH] fix(files_sharing): lost styles for SharingEntryLink Signed-off-by: Grigorii K. Shartsev --- apps/files_sharing/src/components/SharingEntryLink.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index d9060881f15..a1fba7663d0 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -745,6 +745,7 @@ export default { justify-content: space-between; flex: 1 0; min-width: 0; + } &__desc { display: flex; @@ -760,11 +761,10 @@ export default { overflow: hidden; white-space: nowrap; } - } + } - &__copy { + &__copy { - } } &:not(.sharing-entry--share) &__actions { -- 2.39.5