Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix theme selector on desktop alt #5297

Merged
merged 1 commit into from Nov 14, 2019
Merged

Fix theme selector on desktop alt #5297

merged 1 commit into from Nov 14, 2019

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.4.2 milestone Nov 14, 2019
@sbrunner sbrunner requested a review from fredj November 14, 2019 09:37
@sbrunner sbrunner merged commit 2db7e7a into 2.4 Nov 14, 2019
@sbrunner sbrunner deleted the fix-theme-selector-width branch November 14, 2019 10:01
@backporting
Copy link

backporting bot commented Nov 14, 2019

The backport to master failed:

Commits ["61f3ac58965ca93ddc8ad172f5f082d59030cbdc"] could not be cherry-picked on top of master

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport master
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 61f3ac58965ca93ddc8ad172f5f082d59030cbdc
# Create a new branch with these backported commits.
git checkout -b backport-5297-to-master
# Push it to GitHub.
git push --set-upstream origin backport-5297-to-master
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport

Then, create a pull request where the base branch is master and the compare/head branch is backport-5297-to-master.

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.

None yet

2 participants