You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
open a miyagi instance on e.g. localhost:5000
If there is a top-level readme in place, you can see the word-wrapping is not right
Create a readme somewhere with a longer text of line, ake sure it doesnt accidentally break at a whitespace anyway.
See error
Expected behavior
Proper word wrapping at end of line
Screenshots .
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
The text was updated successfully, but these errors were encountered:
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.
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.
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:
localhost:5000
Expected behavior
Proper word wrapping at end of line
Screenshots
.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: