no overflow in changelog on imprint

This commit is contained in:
Felix Hamann 2018-07-07 21:39:09 +02:00
parent 1cdb4806d0
commit a237fc0f27
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<p> <p>
<h2> <h2>
Versionsgeschichte Versionsgeschichte
<pre> <pre #changelog>
#{changeLog} #{changeLog}
<p> <p>

View File

@ -0,0 +1,4 @@
#changelog {
font-size: 14px;
white-space: pre-line;
}