docs/css/_coderay.scss in zurb-foundation-4.2.2 vs docs/css/_coderay.scss in zurb-foundation-4.2.3
- old
+ new
@@ -10,12 +10,13 @@
overflow: auto;
}
.CodeRay pre {
margin: 0px;
- font-size: .9em;
+ font-size: .7em;
line-height: 1.4em;
- white-space: pre;
+ white-space: pre-wrap;
+ @media only screen and (min-width: 768px) { font-size: .9em; white-space: pre; }
}
table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px }
table.CodeRay td {
padding: 1em 0.5em;
\ No newline at end of file