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 <fenn25.fn@gmail.com>
  • Loading branch information
Fenn-CS committed Mar 18, 2024
1 parent ac7d767 commit 7474f4d
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 @@ -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

0 comments on commit 7474f4d

Please sign in to comment.