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

Long labels cause overlap with dropdown boxes (Search Apprearance) #11287

Open
2 tasks
Pcosta88 opened this issue Oct 15, 2018 · 6 comments
Open
2 tasks

Long labels cause overlap with dropdown boxes (Search Apprearance) #11287

Pcosta88 opened this issue Oct 15, 2018 · 6 comments
Labels
component: admin component: interface Visual interface problems or enhancements good first issue severity: trivial Yoast: Management Issues about options and management of the plugin

Comments

@Pcosta88
Copy link
Contributor

Pcosta88 commented Oct 15, 2018

  • I've read and understood the contribution guidelines.
  • I've searched for any related issues and avoided creating a duplicate issue.

Please give us a description of what happened.

Breadcrumb drop-down box misaligned for WooCommerce Attributes

Please describe what you expected to happen and why.

To be in alignment

How can we reproduce this behavior?

1.Add a attribute

screen shot 2018-10-15 at 1 16 13 pm

2.Enable breadcrumbs

3. Go to SEO-Search Appearance-breadcrumb and see the misalignment

screen shot 2018-10-15 at 1 15 44 pm

Technical info

  • WordPress version: 4.9.8
  • Yoast SEO version: 8.4

Note; Having WooCommerce SEO active or not does not affect this.

@Pcosta88
Copy link
Contributor Author

Please inform the customer of conversation # 410068 when this conversation has been closed.

@Pcosta88 Pcosta88 changed the title Content Type Archive Breadcrumb drop-down box misaligned for WooCommerce Attributes Content Type Archive Breadcrumb drop-down box misaligned not displayed correctly for WooCommerce Attributes and other fields taxonomies Apr 19, 2019
@Djennez
Copy link
Member

Djennez commented Apr 19, 2019

Issue still present in Yoast 11.0

Note that this is not not limited to WooCommerce, this is due to the length of the labels of taxonomies / CPTs.

@Djennez Djennez changed the title Content Type Archive Breadcrumb drop-down box misaligned not displayed correctly for WooCommerce Attributes and other fields taxonomies Breadcrumbs settings misalign when HTML label values are too long Apr 19, 2019
@Djennez Djennez added component: admin component: design component: interface Visual interface problems or enhancements labels Apr 19, 2019
@Djennez Djennez changed the title Breadcrumbs settings misalign when HTML label values are too long Settings in 'search console' misalign when label values are too long May 6, 2019
@tdechangy
Copy link

tdechangy commented May 14, 2019

Please add this CSS fix :

.wpseo_content_wrapper .select2-container {
    margin: 0 0 20px;
}

Or this if you need an additional selector to overwrite original CSS :

.wpseo_content_wrapper #wpseo-settings-breadcrumbs .select2-container {
    margin: 0 0 20px;
}

@Djennez
Copy link
Member

Djennez commented May 14, 2019

Hi @tdechangy, and thanks for your comment. You're welcome to create a PR for us that can get checked by our developers :)

@Beee4life
Copy link

Kudos for @tdechangy for making made an effort for a fix.

@Djennez
Copy link
Member

Djennez commented Jun 5, 2020

The current situation (14.2) isn't perfect, but it isn't as wrong as it used to be.

image

Changing the title to reflect the current situation.

@Djennez Djennez changed the title Settings in 'search console' misalign when label values are too long Long labels cause overlap with dropdown boxes (Search Apprearance) Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: admin component: interface Visual interface problems or enhancements good first issue severity: trivial Yoast: Management Issues about options and management of the plugin
Projects
None yet
Development

No branches or pull requests

8 participants