From 99c0aeab9104b300326861f54cac015fb4aee79c Mon Sep 17 00:00:00 2001 From: Matteo Date: Tue, 19 May 2026 07:42:18 +0200 Subject: [PATCH] fix(web-app-files): [OCISDEV-862] fix share invite button layout in space sharing --- .../bugfix-share-invite-button-pushed-down.md | 5 +++++ .../InviteCollaboratorForm.vue | 16 ++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 changelog/unreleased/bugfix-share-invite-button-pushed-down.md diff --git a/changelog/unreleased/bugfix-share-invite-button-pushed-down.md b/changelog/unreleased/bugfix-share-invite-button-pushed-down.md new file mode 100644 index 00000000000..34c982ac19b --- /dev/null +++ b/changelog/unreleased/bugfix-share-invite-button-pushed-down.md @@ -0,0 +1,5 @@ +Bugfix: Fix share invite button being pushed down in space sharing + +We have fixed a bug where the "Share" button in the invite collaborator form was being pushed down when sharing a space. The layout now properly aligns items vertically and prevents the button from wrapping to a new line. + +https://github.com/owncloud/web/pull/13793 diff --git a/packages/web-app-files/src/components/SideBar/Shares/Collaborators/InviteCollaborator/InviteCollaboratorForm.vue b/packages/web-app-files/src/components/SideBar/Shares/Collaborators/InviteCollaborator/InviteCollaboratorForm.vue index b09a93c0121..37678cfdc7f 100644 --- a/packages/web-app-files/src/components/SideBar/Shares/Collaborators/InviteCollaborator/InviteCollaboratorForm.vue +++ b/packages/web-app-files/src/components/SideBar/Shares/Collaborators/InviteCollaborator/InviteCollaboratorForm.vue @@ -82,7 +82,7 @@ -
+
-
+
-
- -
+
+
+
@@ -577,6 +572,7 @@ function resetFocusOnInvite(event: CollaboratorAutoCompleteItem[]) { #new-collaborators-form-create-button { padding-left: 30px; padding-right: 30px; + white-space: nowrap; .oc-spinner { margin-left: -0.5rem;