1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

<code>/<tt> elements should wrap since they're used inline

This commit is contained in:
Will Glynn 2013-10-25 08:48:57 -05:00
parent 779c253241
commit 7394bf6a47

View file

@ -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;