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;