We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1cd1b commit 3fb8161Copy full SHA for 3fb8161
1 file changed
apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -1056,9 +1056,15 @@ export default {
1056
flex-direction: column;
1057
}
1058
1059
-
1060
- .subline {
1061
- display: block;
+
+ /* Target component based style in NcCheckboxRadioSwitch slot content*/
+ :deep(span.checkbox-content__text.checkbox-radio-switch__text) {
1062
+ flex-wrap: wrap;
1063
1064
+ .subline {
1065
+ display: block;
1066
+ flex-basis: 100%;
1067
+ }
1068
1069
1070
0 commit comments