1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-30 17:19:56 +02:00

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;
}
}