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

word wrap for ff #171

Merged
merged 1 commit into from Aug 22, 2018
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

1301 wrap everything to next line

  • Loading branch information
trickpattyFH20 committed Aug 22, 2018
commit dc351ed19db79d8c9281c37a6b355670fc75823a
@@ -226,6 +226,7 @@
-webkit-hyphens: auto;
hyphens: auto;
word-break: break-word;
word-wrap: break-word;
}

.reward-headline {
@@ -238,6 +239,7 @@
-webkit-hyphens: auto;
hyphens: auto;
word-break: break-word;
word-wrap: break-word;
}

.reward-description {
@@ -249,6 +251,7 @@
-webkit-hyphens: auto;
hyphens: auto;
word-break: break-word;
word-wrap: break-word;
}

}
ProTip! Use n and p to navigate between commits in a pull request.