Skip to content
Snippets Groups Projects
Commit aec8abc5 authored by Michael Wimmer's avatar Michael Wimmer
Browse files

fix code block flowing into float

parent 5a118974
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ img {
}
pre, code { background-color: #eee; border: 1px solid #ccc; }
pre.literal-block { overflow: hidden }
pre { padding: 0.3em; }
code { padding: 0 0.1em; }
pre > code { border: none; padding: 0; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment