mirror of https://github.com/docker/docs.git
Fix line wrapping for long code samples
This commit is contained in:
parent
e601584fa7
commit
3e180370d0
|
@ -8,6 +8,9 @@
|
|||
code {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap !important;
|
||||
}
|
||||
|
||||
.toc-nav
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue