jlelse
/
Indieroad
Archived
1
Fork 0

Fix wrapping of code

This commit is contained in:
Jan-Lukas Else 2020-03-16 22:03:09 +01:00
parent 802a56468d
commit 2bfdde2b93
1 changed files with 1 additions and 2 deletions

View File

@ -288,11 +288,11 @@ pre,
code { code {
@include color(background, light-background); @include color(background, light-background);
@include color-border(border, 1px, solid, border); @include color-border(border, 1px, solid, border);
white-space: pre-wrap;
} }
code { code {
padding: 0 5px; padding: 0 5px;
white-space: nowrap;
} }
pre { pre {
@ -300,7 +300,6 @@ pre {
padding: 20px; padding: 20px;
margin-bottom: 20px; margin-bottom: 20px;
@include color(color, strong-text); @include color(color, strong-text);
white-space: pre-wrap;
code { code {
padding: 0; padding: 0;
color: inherit; color: inherit;