mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(files_sharing): lost styles for SharingEntryLink
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
8822b16d37
commit
fd5b9bd78c
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue