mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #1279 from willglynn/code_wrap
<code>/<tt> elements should wrap since they're used inline
This commit is contained in:
commit
bf06c57746
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ mark {
|
|||
code, tt {
|
||||
font-family: $font-family-mono;
|
||||
font-size: 0.85em;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
background: lighten($lightbrown, 2%);
|
||||
border: 1px solid darken($lightbrown, 8%);
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Add table
Reference in a new issue