Skip to content

Commit

Permalink
fix(files_sharing): lost styles for SharingEntryLink
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Feb 13, 2024
1 parent 8822b16 commit fd5b9bd
Showing 1 changed file with 3 additions and 3 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

0 comments on commit fd5b9bd

Please sign in to comment.