Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1289)

Unified Diff: lib/src/prism/themes/prism-funky.css

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: update pubspec/changelog Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/src/prism/themes/prism-funky.css
diff --git a/lib/src/prism/themes/prism-funky.css b/lib/src/prism/themes/prism-funky.css
index 30135635ee52785abe107814ea449eff60c427ce..56dee03203a2184e743695fd49e3c7dfbbfc1a00 100644
--- a/lib/src/prism/themes/prism-funky.css
+++ b/lib/src/prism/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;

Powered by Google App Engine
This is Rietveld 408576698