Wrap code in parallel view

This commit is contained in:
Annabel Dunstone
2016-04-14 16:26:48 -05:00
parent 64776ab2b4
commit 101f57d917
+5
View File
@@ -171,6 +171,11 @@ ul.notes {
&.parallel {
border-width: 1px;
.code,
code {
white-space: pre-wrap;
}
}
.notes {