Skip to content

Commit

Permalink
Use white-space: pre-wrap; for constants <code> entries (#5657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored and RX14 committed May 23, 2018
1 parent d2a44eb commit 6cef3d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compiler/crystal/tools/doc/html/css/style.css
Expand Up @@ -238,6 +238,10 @@ body {
font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

.entry-const code {
white-space: pre-wrap;
}

.entry-summary {
padding-bottom: 4px;
}
Expand Down

0 comments on commit 6cef3d2

Please sign in to comment.