We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bd2a3 commit ec11eacCopy full SHA for ec11eac
utils/editors/js-console/html/output/v2.0/output-v2.0.html
@@ -26,7 +26,12 @@
26
{font-size:16px;margin-right:10px}
27
28
#output
29
- {flex:1;overflow:auto;border:2px solid lightgray;box-sizing:border-box;padding:10px;margin:0;word-break:break-all}
+ {flex:1;
30
+ overflow:auto;border:2px solid lightgray;box-sizing:border-box;
31
+ padding:10px;margin:0;
32
+ word-break:break-all;
33
+ font-size:16px;line-height:1.5;
34
+ }
35
36
</style>
37
0 commit comments