Commit 65565bb3 authored by Arinde Eniola's avatar Arinde Eniola

fix horizontal overflow that occurs in the code tag

parent 39fb836c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment