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

incorrect word wrapping in README.md's #293

Open
riidom opened this issue Aug 7, 2023 · 2 comments
Open

incorrect word wrapping in README.md's #293

riidom opened this issue Aug 7, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@riidom
Copy link

riidom commented Aug 7, 2023

Describe the bug
If there is a README.md inside the component's directory, it gets rendered on top of the component's view in miyagi. The word wrapping is not correct.

To Reproduce
Steps to reproduce the behavior:

  1. open a miyagi instance on e.g. localhost:5000
  2. If there is a top-level readme in place, you can see the word-wrapping is not right
  3. Create a readme somewhere with a longer text of line, ake sure it doesnt accidentally break at a whitespace anyway.
  4. See error

Expected behavior
Proper word wrapping at end of line

Screenshots
grafik.

Desktop (please complete the following information):

  • OS: [e.g. iOS] Kubuntu
  • Browser [e.g. chrome, safari] Firefox
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22] 115.0.2

Additional context

@mgrsskls
Copy link
Member

mgrsskls commented Sep 1, 2023

I think this is caused by the CSS coming from the project you are working on. Can you check if the property word-wrap (or similar) is applied? If you can confirm that, then I would like to close this ticket as this won't happen in v4 anymore anyway.

@riidom
Copy link
Author

riidom commented Sep 4, 2023

Word-wrap is used in that project, and comparing with another project, the problem isn't occuring there. So it is a project specific issue most likely.

@mgrsskls mgrsskls added this to the 4.0.0 milestone Jul 7, 2024
@mgrsskls mgrsskls added the enhancement New feature or request label Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants