Skip to content

fix(files_external): prevent dropdown entries from shrinking#60982

Merged
leftybournes merged 2 commits into
masterfrom
leftybournes/fix/files_external_add_storage_dialog
Jul 4, 2026
Merged

fix(files_external): prevent dropdown entries from shrinking#60982
leftybournes merged 2 commits into
masterfrom
leftybournes/fix/files_external_add_storage_dialog

Conversation

@leftybournes

Copy link
Copy Markdown
Member

Summary

Fixes the broken layout when the content doesn't fit the viewport height.

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@leftybournes leftybournes added this to the Nextcloud 35 milestone Jun 4, 2026
@leftybournes leftybournes requested review from a team and skjnldsv as code owners June 4, 2026 11:39
@leftybournes leftybournes added bug 3. to review Waiting for reviews labels Jun 4, 2026
@leftybournes leftybournes requested review from nfebe and sorbaugh and removed request for a team June 4, 2026 11:39
@leftybournes leftybournes requested a review from susnux June 8, 2026 05:00
@leftybournes

Copy link
Copy Markdown
Member Author

/compile rebase

@leftybournes

Copy link
Copy Markdown
Member Author

/backport to stable34

@leftybournes

Copy link
Copy Markdown
Member Author

/backport to stable33

@leftybournes

Copy link
Copy Markdown
Member Author

/backport to stable32

@leftybournes leftybournes enabled auto-merge June 15, 2026 13:39
@nextcloud-command nextcloud-command force-pushed the leftybournes/fix/files_external_add_storage_dialog branch from 160e754 to ac5e223 Compare June 15, 2026 13:47
@susnux

susnux commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

/compile rebase

@nextcloud-command nextcloud-command force-pushed the leftybournes/fix/files_external_add_storage_dialog branch from ac5e223 to 936ad1c Compare June 22, 2026 16:04
@susnux

susnux commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

/compile rebase

@nextcloud-command nextcloud-command force-pushed the leftybournes/fix/files_external_add_storage_dialog branch from 936ad1c to 1c36b16 Compare June 29, 2026 14:50
@leftybournes

Copy link
Copy Markdown
Member Author

/compile rebase

@nextcloud-command nextcloud-command force-pushed the leftybournes/fix/files_external_add_storage_dialog branch from 1c36b16 to ea78330 Compare July 4, 2026 07:17
@leftybournes leftybournes merged commit d28436b into master Jul 4, 2026
157 of 160 checks passed
@leftybournes leftybournes deleted the leftybournes/fix/files_external_add_storage_dialog branch July 4, 2026 07:43
@backportbot

backportbot Bot commented Jul 4, 2026

Copy link
Copy Markdown

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/60982/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 86d67d3a ea783304

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/60982/stable32

Error: Failed to check for changes with origin/stable32: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Japanese labels overlap form fields in External storage modal when viewport height is small

4 participants