Consider the below Snippet:
console.log("Hello.");console.log("OMG. See how big?");
div { border: 1px dashed #f90; background: #fc6; line-height: 5; text-align: center;}
Because of the CSS I used, the console is messed up. Can this be sandboxed or fixed?
In contrast, here's what the console is supposed to look like:
console.log("Hello.");console.log("How it's supposed to look.");