fix newlines in browser display
This commit is contained in:
parent
9fff1df6e6
commit
c9c4a83ed4
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<title>bin.</title>
|
<title>bin.</title>
|
||||||
<link rel="help" href="https://github.com/w4/bin">
|
<link rel="help" href="https://github.com/w4/bin">
|
||||||
<style>
|
<style>
|
||||||
|
@ -18,6 +17,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; }
|
body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; }
|
||||||
|
code {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
{% block styles %}{% endblock styles %}
|
{% block styles %}{% endblock styles %}
|
||||||
</style>
|
</style>
|
||||||
{% block head %}{% endblock head %}
|
{% block head %}{% endblock head %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue