1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 09:35:14 +02:00

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

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;
}