4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 19:59:25 +00:00

Update style.scss

This commit is contained in:
Neil Alexander
2018-05-09 00:24:30 +01:00
committed by GitHub
parent e70f73b7d1
commit f8c0bfe0d0

View File

@ -22,3 +22,11 @@ div.wrapper {
margin-right: none; margin-right: none;
width: 100%; width: 100%;
} }
pre.highlight {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}