5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,11 @@ div.wrapper {
margin-right: none;
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;
}