Skip to content

Commit

Permalink
fix: List specific share permissions as subline
Browse files Browse the repository at this point in the history
Signed-off-by: fenn-cs <[email protected]>
  • Loading branch information
nfebe committed Mar 15, 2024
1 parent eb61f6b commit 7dbf6d0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1056,9 +1056,15 @@ export default {
flex-direction: column;
}
}
.subline {
display: block;
/* Target component based style in NcCheckboxRadioSwitch slot content*/
:deep(span.checkbox-content__text.checkbox-radio-switch__text) {
flex-wrap: wrap;
.subline {
display: block;
flex-basis: 100%;
}
}
}
Expand Down

0 comments on commit 7dbf6d0

Please sign in to comment.