mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
css: fix rendering issue for code with numbered lines
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
table code {
|
||||
table:not(.lntable) code {
|
||||
overflow-wrap: unset;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Indented code blocks */
|
||||
:not(.highlight) > pre {
|
||||
pre:not(.chroma) {
|
||||
@apply my-4 overflow-x-auto p-3;
|
||||
font-size: 0.875em;
|
||||
border: 1px solid;
|
||||
|
||||
Reference in New Issue
Block a user