mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
Merge pull request #5583 from ostezer/docs-ui-add-codeblock-scrolling
Introduce x-axe scrolling to code-blocks.
This commit is contained in:
Vendored
+5
@@ -59,6 +59,11 @@ h6,
|
||||
padding: 0.5em 0.75em !important;
|
||||
line-height: 1.8em;
|
||||
background: #fff;
|
||||
overflow-x: auto;
|
||||
}
|
||||
#content pre code {
|
||||
word-wrap: normal;
|
||||
white-space: pre;
|
||||
}
|
||||
#content blockquote {
|
||||
background: #fff;
|
||||
|
||||
Reference in New Issue
Block a user