Fix long text code block preview (#3390) [ci skip]

This commit is contained in:
Brandon Benefield 2019-07-10 18:03:41 -04:00 committed by Mac Siri
parent cecd1db070
commit d4ff1f39f9

View file

@ -322,6 +322,9 @@ a.header-link {
kbd {
@extend %kbd;
}
code {
word-wrap: break-word;
}
}
.actions {
text-align: right;
@ -643,7 +646,6 @@ a.header-link {
}
code {
margin: auto;
white-space: nowrap;
padding: 1px 5px 0px;
border-radius: 2px;
font-size: 0.8em;