Skip to content

Commit

Permalink
Issue 324 - Fixing word wrap on long code lines, which is breaking th…
Browse files Browse the repository at this point in the history
…e line-numbers plugin
  • Loading branch information
AnujRNair committed Aug 29, 2015
1 parent 52829b3 commit 56b3d29
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-funky.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-okaidia.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-tomorrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-twilight.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56b3d29

Please sign in to comment.