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

wrong word brakes #511

Closed
blockiyt opened this issue May 9, 2024 · 2 comments
Closed

wrong word brakes #511

blockiyt opened this issue May 9, 2024 · 2 comments

Comments

@blockiyt
Copy link

blockiyt commented May 9, 2024

Describe the issue

The text is previewed with cutoff words (wrong word breaks), not like in the input.

Bildschirmfoto 2024-05-09 um 16 13 04

Is there a way to fix this? I couldn't find anything in the docs.

Procedure version

latest

Reproduction link

No response

@imzbf
Copy link
Owner

imzbf commented May 10, 2024

Just adjust the style of the content area

.md-editor-preview p {
    word-break: break-word;
}

@blockiyt
Copy link
Author

didn't thought about using plain css at that moment tbh, but works now, thank you!

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

No branches or pull requests

2 participants