]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(files_sharing): lost styles for SharingEntryLink
authorGrigorii K. Shartsev <me@shgk.me>
Fri, 9 Feb 2024 17:43:56 +0000 (18:43 +0100)
committerGrigorii K. Shartsev <me@shgk.me>
Tue, 13 Feb 2024 15:48:38 +0000 (16:48 +0100)
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
apps/files_sharing/src/components/SharingEntryLink.vue

index d9060881f15301b1b2dc512a520a88dd3ebc6028..a1fba7663d0877562b321ba90abc2c1abf8fcfce 100644 (file)
@@ -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 {