Reduce omitted frames font size

This commit is contained in:
Nic Aitch
2016-11-29 21:23:10 -06:00
parent b4567ffd82
commit 18422aba92

View File

@@ -74,7 +74,8 @@
const omittedFramesStyle = {
color: black,
'margin': '1.5em 0'
'font-size': '0.9em',
'margin': '1.5em 0',
}
const preStyle = {