fix word wrap for demo, fix #164

This commit is contained in:
Philipp Kühn
2019-01-19 08:12:47 +01:00
parent 50e37fca5e
commit 808c239a61

View File

@@ -4,6 +4,9 @@
margin: 0 auto 5rem auto;
&__content {
word-wrap: break-word;
pre {
padding: 0.7rem 1rem;
border-radius: 5px;