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

Long lines become unreadable #1

Closed
andrewjtam opened this issue Jun 7, 2016 · 2 comments
Closed

Long lines become unreadable #1

andrewjtam opened this issue Jun 7, 2016 · 2 comments

Comments

@andrewjtam
Copy link

When entering longer lines, the text wraps over itself and becomes unreadable.

The line i put in was:
"realmConfig = new RealmConfiguration.Builder(getActivity()).deleteRealmIfMigrationNeeded().build();"

akira-cn added a commit that referenced this issue Jun 7, 2016
@akira-cn
Copy link
Owner

akira-cn commented Jun 7, 2016

There is a bug when line break on html2canvas-0.5.0-beta3. So I disabled the word break. Thanks~

akira-cn added a commit that referenced this issue Jun 7, 2016
@akira-cn
Copy link
Owner

akira-cn commented Jun 7, 2016

I downgraded html2canvas from 0.5.0-alpha1 to v0.4.1 because of that a wide line without break-word will cause a very wide image that difficult to read on mobile phone.

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