Make code non-wrapping
This commit is contained in:
parent
c150439ec5
commit
1242d2ead2
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@
|
|||
padding: 1em;
|
||||
width: 160px;
|
||||
}
|
||||
code {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue