Fix code blocks wrapping

Before anyone asks, this is tested on dsi.cfw.guide
This commit is contained in:
NightScript 2020-04-06 23:18:34 -07:00 committed by GitHub
parent 41b0ff1c89
commit 1687e0171b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,7 @@ td > code {
border: 1px solid $border-color;
border-radius: $border-radius;
box-shadow: $box-shadow;
white-space: nowrap;
&:before, &:after {
letter-spacing: -0.2em;
@ -313,4 +314,4 @@ nav {
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, tr, td, form button, input[type="submit"], .btn, .highlight, .archive__item-teaser {
-webkit-transition: $global-transition;
transition: $global-transition;
}
}