Skip to content

Commit

Permalink
Merge pull request #43491 from nextcloud/fix/files-sharing--tab-styles
Browse files Browse the repository at this point in the history
fix(files_sharing): SharingEntryLink lost styles
  • Loading branch information
ShGKme authored Feb 13, 2024
2 parents 8822b16 + b08818c commit 932d6e1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ export default {
justify-content: space-between;
flex: 1 0;
min-width: 0;
}

&__desc {
display: flex;
Expand All @@ -760,11 +761,10 @@ export default {
overflow: hidden;
white-space: nowrap;
}
}
}

&__copy {
&__copy {

}
}

&:not(.sharing-entry--share) &__actions {
Expand Down
3 changes: 0 additions & 3 deletions dist/4673-4673.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/4673-4673.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions dist/6689-6689.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/6689-6689.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 932d6e1

Please sign in to comment.