Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: List specific share permissions as subline
Signed-off-by: fenn-cs <[email protected]>
  • Loading branch information
nfebe committed Mar 18, 2024
commit 7474f4da48142babf1aa70fcf00b88c30a1ef9e4
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 @@ -1003,9 +1003,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