Issue #5279 -> Introduce horizontal scrolling to code-blocks

Closes issue #5279

This commit re-introduces horizontal scrolling to docs' codeblocks

Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
Upstream-commit: 7a7bb43db5ecea4dd08af016a2528d0722bf79ac
Component: engine
This commit is contained in:
O.S. Tezer
2014-06-16 13:24:18 -07:00
parent 203a0f3ec5
commit 5a4f568984

View File

@ -249,6 +249,11 @@ ol li {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
overflow-x: auto;
}
.content-body pre code {
overflow-wrap: normal;
white-space: pre;
}
#leftnav .nav.nav-tabs li a {