Commit 56b3d295cb7782d0609cc8ec88198a5758045e7a

Anuj Nair 2015-08-28T23:42:08

Issue 324 - Fixing word wrap on long code lines, which is breaking the line-numbers plugin

diff --git a/themes/prism-coy.css b/themes/prism-coy.css
index b661042..39bfc9f 100644
--- a/themes/prism-coy.css
+++ b/themes/prism-coy.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	word-wrap: normal;
 	line-height: 1.5;
 
 	-moz-tab-size: 4;
diff --git a/themes/prism-dark.css b/themes/prism-dark.css
index 1c4daa2..74b1a65 100644
--- a/themes/prism-dark.css
+++ b/themes/prism-dark.css
@@ -14,6 +14,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	word-wrap: normal;
 	line-height: 1.5;
 
 	-moz-tab-size: 4;
diff --git a/themes/prism-funky.css b/themes/prism-funky.css
index 3013563..56dee03 100644
--- a/themes/prism-funky.css
+++ b/themes/prism-funky.css
@@ -12,6 +12,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	word-wrap: normal;
 	line-height: 1.5;
 
 	-moz-tab-size: 4;
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index 0fac682..3b9e2a6 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -14,6 +14,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	word-wrap: normal;
 	line-height: 1.5;
 
 	-moz-tab-size: 4;
diff --git a/themes/prism-tomorrow.css b/themes/prism-tomorrow.css
index 44f0f7e..f44ab81 100644
--- a/themes/prism-tomorrow.css
+++ b/themes/prism-tomorrow.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	word-wrap: normal;
 	line-height: 1.5;
 
 	-moz-tab-size: 4;
diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css
index ab08134..e873fa6 100644
--- a/themes/prism-twilight.css
+++ b/themes/prism-twilight.css
@@ -13,6 +13,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	word-wrap: normal;
 	line-height: 1.5;
 
 	-moz-tab-size: 4;
diff --git a/themes/prism.css b/themes/prism.css
index 3a57f8e..e81ebed 100644
--- a/themes/prism.css
+++ b/themes/prism.css
@@ -14,6 +14,7 @@ pre[class*="language-"] {
 	white-space: pre;
 	word-spacing: normal;
 	word-break: normal;
+	word-wrap: normal;
 	line-height: 1.5;
 
 	-moz-tab-size: 4;