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

Define word-wrap css property as break-word in gaia and uncover theme #108

Closed
yhatt opened this issue Sep 17, 2019 · 0 comments · Fixed by #119
Closed

Define word-wrap css property as break-word in gaia and uncover theme #108

yhatt opened this issue Sep 17, 2019 · 0 comments · Fixed by #119
Labels
good first issue Good for newcomers

Comments

@yhatt
Copy link
Member

yhatt commented Sep 17, 2019

Default theme has word-wrap: break-word; CSS property to section for breaking a line that has long words, but it does not defined in others.
marp-team/marp-vscode#76

It may be more natural behavior to prevent sticking out line by built-in themes. We can add word-wrap: break-word; property declaration to section selector.

https://github.com/marp-team/marp-core/blob/master/themes/gaia.scss#L209
https://github.com/marp-team/marp-core/blob/master/themes/uncover.scss#L65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant