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

add word break for long entry-title, change padding to 6px on textarea, ... #13

Merged
merged 1 commit into from
Mar 2, 2015

Conversation

stacyk
Copy link
Contributor

@stacyk stacyk commented Feb 25, 2015

...edit structure to use fill-parent instead of spanning 12 columns

…a, edit structure to use fill-parent instead of spanning 12 columns
@colorful-tones
Copy link
Contributor

We might want to roll in a @mixin for word wrapping for wider support? See: Chris Coyier's "Prevent Long URL’s From Breaking Out of Container"? e.g.

@mixin word-wrap() {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
} 

@gregrickaby
Copy link
Contributor

Question... will Grunt's Auto Prefixer add MS support?

ms-word-wrap: break-word;

@colorful-tones
Copy link
Contributor

AutoPrefixer just pulls from CanIUse.com database. Not sure we need ms-word-wrap: break-word; though.

@stacyk
Copy link
Contributor Author

stacyk commented Feb 26, 2015

Turns out, this is not something autoprefixer will do.

But, I am getting it to work well without and prefix. According to the MS site, the prefix is only for IE8 (https://msdn.microsoft.com/en-us/library/ms531186(VS.85,loband).aspx), and Mozilla says not to use it: https://developer.mozilla.org/en-US/docs/Web/CSS/word-wrap

Do you prefer hyphens or breaking if there is an actual space:
http://sassmeister.com/gist/3f09e69a73e14859f967

gregrickaby added a commit that referenced this pull request Mar 2, 2015
add word break for long entry-title, change padding to 6px on textarea, ...
@gregrickaby gregrickaby merged commit 250094f into WebDevStudios:master Mar 2, 2015
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

Successfully merging this pull request may close these issues.

3 participants