| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-06-26 16:41:00 GMT-0700 |
| Commit | e22fb8ca9dd9d4c63c857b9a0f40f9563bbaf7ce |
| Parent | 8a33652 |
| Delta | 4 lines added, 3 lines removed, 1-line increase |
| =============================================================================*/ | ||
| pre, code, tt { | ||
| - font-size: 14px; | ||
| /* Must be bundled in JAR file. */ | ||
| font-family: "Fira Code", monospace; | ||
| + font-size: 14px; | ||
| + white-space: pre-wrap; | ||
| + word-wrap: break-word; | ||
| + overflow-wrap: anywhere; | ||
| } | ||
| code, tt { | ||
| - white-space: nowrap; | ||
| border: 1px solid #ccc; | ||
| background-color: #f8f8f8; | ||
| border-radius: 3px; | ||
| } | ||
| pre>code { | ||
| - white-space: pre; | ||
| border: none; | ||
| background: transparent; |