Skip to content
Snippets Groups Projects
Commit 08bf6148 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

disable wrapping in code blocks (closes #375)

parent 4ff46207
Branches
No related tags found
No related merge requests found
......@@ -289,14 +289,14 @@ body {
box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.reveal pre code {
padding: 5px;
}
.reveal code {
font-family: monospace;
}
.reveal pre code {
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal;
}
.reveal table th,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment