Commit f90ef53d678392b5157f49d835269505329689b4

Lea Verou 2013-12-12T05:32:00

Merge pull request #176 from shakyShane/gh-pages Compatibility fix with new Ghost Blogging Platform

diff --git a/themes/prism-coy.css b/themes/prism-coy.css
index 4c924f7..5992337 100644
--- a/themes/prism-coy.css
+++ b/themes/prism-coy.css
@@ -12,6 +12,7 @@ pre[class*="language-"] {
   text-align: left;
   white-space: pre;
   word-spacing: normal;
+  word-break: normal;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
diff --git a/themes/prism-dark.css b/themes/prism-dark.css
index 444d564..32fa6ff 100644
--- a/themes/prism-dark.css
+++ b/themes/prism-dark.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-funky.css b/themes/prism-funky.css
index cbf8157..946eac2 100644
--- a/themes/prism-funky.css
+++ b/themes/prism-funky.css
@@ -11,6 +11,7 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index 0b78bd0..37d9b35 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism-tomorrow.css b/themes/prism-tomorrow.css
index fa08118..c8b5db4 100644
--- a/themes/prism-tomorrow.css
+++ b/themes/prism-tomorrow.css
@@ -12,6 +12,7 @@ pre[class*="language-"] {
   text-align: left;
   white-space: pre;
   word-spacing: normal;
+  word-break: normal;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css
index 94ba9e9..f774413 100644
--- a/themes/prism-twilight.css
+++ b/themes/prism-twilight.css
@@ -12,6 +12,7 @@ pre[class*="language-"] {
 	text-shadow: 0 -.1em .2em black;
 	white-space: pre;
 	word-spacing: normal;
+	word-break: normal;
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
diff --git a/themes/prism.css b/themes/prism.css
index 636967b..7b13bbd 100644
--- a/themes/prism.css
+++ b/themes/prism.css
@@ -13,6 +13,8 @@ pre[class*="language-"] {
 	text-align: left;
 	white-space: pre;
 	word-spacing: normal;
+	word-break: normal;
+
 
 	-moz-tab-size: 4;
 	-o-tab-size: 4;