aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
authorfenn-cs <fenn25.fn@gmail.com>2024-03-15 11:30:56 +0100
committerfenn-cs <fenn25.fn@gmail.com>2024-03-16 01:26:05 +0100
commite86d5f54407cc1510ff546f71d2d67f6813ca94f (patch)
treee7c647cfe56e19730127f41c840911b564248b07 /apps/files_sharing/src
parent97adb26cd9419190671e47e5813bafad008a51cf (diff)
downloadnextcloud-server-e86d5f54407cc1510ff546f71d2d67f6813ca94f.tar.gz
nextcloud-server-e86d5f54407cc1510ff546f71d2d67f6813ca94f.zip
fix: List specific share permissions as subline
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r--apps/files_sharing/src/views/SharingDetailsTab.vue12
1 files changed, 9 insertions, 3 deletions
diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue
index aed735e2abb..3667870de5a 100644
--- a/apps/files_sharing/src/views/SharingDetailsTab.vue
+++ b/apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -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%;
+ }
}
}