Skip to content

Commit

Permalink
Merge pull request #44217 from nextcloud/fix-quick-share-options-subline
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Mar 16, 2024
2 parents aef66da + b7bccc1 commit 1d7423e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 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 @@ -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%;
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions dist/2763-2763.js

This file was deleted.

3 changes: 3 additions & 0 deletions dist/5963-5963.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion dist/2763-2763.js.map → dist/5963-5963.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 1d7423e

Please sign in to comment.