diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2024-02-14 15:06:50 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 15:06:50 +0500 |
commit | b0d6294125bf4e92128416aef1dc41d7fa6ba47b (patch) | |
tree | 43bb9e1bfecbb13b947a0d1ae0464f8ea7883931 /apps/files_sharing | |
parent | 80052ba7a33318176908048f34b838ab45f4d011 (diff) | |
parent | 5908f93b5088d95edb5bab5ab5dd3efdaaa7de04 (diff) | |
download | nextcloud-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.vue | 6 |
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 { |