Fix code blocks wrapping
Before anyone asks, this is tested on dsi.cfw.guide
This commit is contained in:
parent
41b0ff1c89
commit
1687e0171b
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue