fix pre width

This commit is contained in:
Jordan Scales 2020-04-21 21:17:28 -04:00
parent 6d75713880
commit 6cff530298

View file

@ -142,6 +142,6 @@ button.active {
}
pre code {
width: 100%;
width: auto;
}
}