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

The Manage all template parts screen is too narrow #50815

Closed
carolinan opened this issue May 20, 2023 · 1 comment · Fixed by #50836
Closed

The Manage all template parts screen is too narrow #50815

carolinan opened this issue May 20, 2023 · 1 comment · Fixed by #50836
Assignees
Labels
[Package] Edit Site /packages/edit-site [Type] Bug An existing feature does not function as intended

Comments

@carolinan
Copy link
Contributor

Description

On Gutenberg trunk, there is currently a problem with the Manage all template parts screen. It is too narrow. It no longer extends to the browser's width minus the navigation sidebar.

May be related to the display flex here:

.edit-site-layout__canvas {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

Step-by-step reproduction instructions

Go to Appearance > Editor, Template parts > Manage all template parts.

Screenshots, screen recording, code snippet

manage all template parts does not extend to the width of the browser minus the sidenar.

Environment info

No response

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

@t-hamano
Copy link
Contributor

I used git bisect to locate the commit where this problem occurred. It is probably affected by #49910.

@mirka mirka self-assigned this May 22, 2023
@mirka mirka added [Type] Bug An existing feature does not function as intended [Package] Edit Site /packages/edit-site labels May 22, 2023
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label May 22, 2023
@priethor priethor removed the [Status] In Progress Tracking issues with work in progress label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Package] Edit Site /packages/edit-site [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants