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: remove extra word spacing in codeblock #6039

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

princeeze
Copy link
Contributor

Description

Fixed an issue where tables within code blocks had incorrect word spacing, causing layout issues. Added word-spacing: 0 to the code block lines.

Related Issues

closes #5788

Testing

  • Verified table formatting in code blocks displays correctly
  • Checked that the fix doesn't affect other code block content

Copy link

netlify bot commented Dec 13, 2024

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 9982993

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399
Copy link
Contributor

@princeeze

I was able to see the tables correctly aligned now:

image

I don't think the title "fix: remove extra blank lines in codeblock" is accurate though as you are affecting word spacing not blank lines.

@princeeze princeeze changed the title fix: remove extra blank lines in codeblock fix: remove extra word spacing in codeblock Dec 13, 2024
@princeeze
Copy link
Contributor Author

Thank you @MikeMcC399, I have updated the title

Copy link
Contributor

@MikeMcC399 MikeMcC399 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much for this fix 🙂 !

@jennifer-shehane jennifer-shehane merged commit d0e4ffb into cypress-io:main Dec 17, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Misaligned cypress cache list tables in CLI guide
4 participants