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

Break long headings #27

Closed
marcop135 opened this issue Jan 9, 2014 · 2 comments
Closed

Break long headings #27

marcop135 opened this issue Jan 9, 2014 · 2 comments

Comments

@marcop135
Copy link

I suggest to add word-wrap: break-word to headings in the same way you already do to links
https://github.com/cferdinandi/kraken/blob/master/css/kraken.css#L351

For example:

h1, h2, h3 {
  word-wrap: break-word;
}

Test case: http://jsbin.com/ITABIzA/2/edit

@cferdinandi
Copy link
Owner

@marco135 - Good idea! I'll add that to the next release...

@cferdinandi
Copy link
Owner

Added to version 3.2. Thanks for the suggestion, @marco135!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants