Browse code

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)

O.S. Tezer authored on 2014/06/17 05:24:18
Showing 1 changed files
... ...
@@ -249,6 +249,11 @@ ol li {
249 249
   border-radius: 4px;
250 250
   -webkit-border-radius: 4px;
251 251
   -moz-border-radius: 4px;
252
+  overflow-x: auto;
253
+}
254
+.content-body pre code {
255
+  overflow-wrap: normal;
256
+  white-space: pre;
252 257
 }
253 258
 
254 259
 #leftnav .nav.nav-tabs li a {