RawDisplayer: shrink <pre> text size

This commit is contained in:
Seth Ladygo
2019-04-04 00:12:01 -07:00
parent c8c67f8973
commit eb2b754bc1

View File

@ -32,5 +32,6 @@ export default {
<style scoped> <style scoped>
pre { pre {
text-align: start; text-align: start;
font-size: 8px;
} }
</style> </style>