Skip to content

Commit

Permalink
Adjust share details view UI
Browse files Browse the repository at this point in the history
- List custom permissions activated in sublime
- Align checkboxes in advanced settings

Resolves : #40289

Signed-off-by: fenn-cs <[email protected]>
  • Loading branch information
nfebe committed Sep 7, 2023
1 parent 1e8a067 commit cef4e4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,9 @@ export default {
::v-deep label {
display: flex;
flex-direction: column;
span {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -999,7 +1002,6 @@ export default {
*/
span {
::v-deep label {
padding-left: 0 !important;
background-color: initial !important;
border: none !important;
}
Expand Down

0 comments on commit cef4e4f

Please sign in to comment.