Skip to content

Commit d7e2522

Browse files
committed
Fix pre element rendering on narrow screens.
1 parent c2104b5 commit d7e2522

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

doc/.templates/layout.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{% extends "!layout.html" %}
2+
3+
{% block extrahead %}
4+
<style type="text/css">
5+
/*<![CDATA[*/
6+
pre {
7+
overflow: auto;
8+
}
9+
/*]]>*/
10+
</style>
11+
{% endblock %}

0 commit comments

Comments
 (0)