fix horizontal overflow that occurs in the code tag

This commit is contained in:
Arinde Eniola
2016-03-16 21:38:38 +01:00
parent 39fb836c48
commit 65565bb304
+6
View File
@@ -108,6 +108,12 @@ ul.notes {
word-wrap: break-word;
@include md-typography;
pre {
code {
white-space: pre-wrap;
}
}
// Reset ul style types since we're nested inside a ul already
& > ul {
list-style-type: disc;