Skip to content

Commit

Permalink
fix: Adjust view for additional share sections
Browse files Browse the repository at this point in the history
- Reduced top and bottom padding
- Horizontal scroll if external inserted section too long to avoid horizontal scrolling the
entire sidebar

Signed-off-by: nfebe <[email protected]>
  • Loading branch information
nfebe committed Feb 14, 2025
1 parent 228ac86 commit 2eed03e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files_sharing/src/views/SharingTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@ export default {
}

&__additionalContent {
margin: 44px 0;
margin: 8px 0;
overflow-x: scroll;
}
}

Expand Down

0 comments on commit 2eed03e

Please sign in to comment.