summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2024-02-14 15:06:50 +0500
committerGitHub <noreply@github.com>2024-02-14 15:06:50 +0500
commitb0d6294125bf4e92128416aef1dc41d7fa6ba47b (patch)
tree43bb9e1bfecbb13b947a0d1ae0464f8ea7883931 /apps/files_sharing
parent80052ba7a33318176908048f34b838ab45f4d011 (diff)
parent5908f93b5088d95edb5bab5ab5dd3efdaaa7de04 (diff)
downloadnextcloud-server-b0d6294125bf4e92128416aef1dc41d7fa6ba47b.tar.gz
nextcloud-server-b0d6294125bf4e92128416aef1dc41d7fa6ba47b.zip
Merge pull request #43559 from nextcloud/backport/43491/stable28
[stable28] fix(files_sharing): SharingEntryLink lost styles
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue6
1 files 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 {