Commit 989481a384d870a2caae1290a30b334387078b0c

Shane Osbourne 2013-10-24T20:51:59

Add 'word-break: normal' to allow code overflow on the 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..3f273df 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..9c29791 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..b0ba4e4 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..e1c017c 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..51bde5a 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;