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

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

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates 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
« no previous file with comments | « lib/src/prism/themes/prism.css ('k') | lib/src/prism/themes/prism-dark.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/prism/themes/prism-coy.css
diff --git a/lib/src/prism/themes/prism-coy.css b/lib/src/prism/themes/prism-coy.css
index 7a325d63a8696f0131567f2ca1efc82e6e14aef7..fbd559c9e53561fd2cbc3e1f159525a02bc0b6e4 100644
--- a/lib/src/prism/themes/prism-coy.css
+++ b/lib/src/prism/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;
@@ -43,6 +44,7 @@ pre[class*="language-"] {
background-origin: content-box;
overflow: visible;
max-height: 30em;
+ padding: 0;
}
code[class*="language"] {
@@ -74,6 +76,7 @@ pre[class*="language-"] {
border-radius: 0.3em;
color: #c92c2c;
border: 1px solid rgba(0, 0, 0, 0.1);
+ display: inline;
}
pre[class*="language-"]:before,
« no previous file with comments | « lib/src/prism/themes/prism.css ('k') | lib/src/prism/themes/prism-dark.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698