Skip to content

Commit 3fb8161

Browse files
committed
fix: List specific share permissions as subline
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 parent df1cd1b commit 3fb8161

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,9 +1056,15 @@ export default {
10561056
flex-direction: column;
10571057
}
10581058
}
1059-
1060-
.subline {
1061-
display: block;
1059+
1060+
/* Target component based style in NcCheckboxRadioSwitch slot content*/
1061+
:deep(span.checkbox-content__text.checkbox-radio-switch__text) {
1062+
flex-wrap: wrap;
1063+
1064+
.subline {
1065+
display: block;
1066+
flex-basis: 100%;
1067+
}
10621068
}
10631069
}
10641070

0 commit comments

Comments
 (0)