mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03: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
@ -257,7 +257,7 @@ mark {
|
|||||||
code, tt {
|
code, tt {
|
||||||
font-family: $font-family-mono;
|
font-family: $font-family-mono;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
background: lighten($lightbrown, 2%);
|
background: lighten($lightbrown, 2%);
|
||||||
border: 1px solid darken($lightbrown, 8%);
|
border: 1px solid darken($lightbrown, 8%);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user