dont specify hyphens auto, behavior/rendering varies between browsers

This commit is contained in:
Hakim El Hattab 2014-05-21 09:55:27 +02:00
parent e7f4615585
commit dbc7c627cc
1 changed files with 0 additions and 4 deletions

View File

@ -76,10 +76,6 @@ body {
.reveal h4,
.reveal h5,
.reveal h6 {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
line-height: 1;
}