CenterForOpenScience / osf-style

Stylesheet and guidelines for OSF
https://centerforopenscience.github.io/osf-style/
Apache License 2.0
3 stars 26 forks source link

[Feature Fix] Refine css for word break #76

Closed hellohaoyu closed 9 years ago

hellohaoyu commented 9 years ago

Changes: Apply refined word break to p, a, span, em, td and class break-word

  word-break: break-word; /* Only WebKit/Blink browsers Support */
  word-wrap: break-word; }