You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
373 B
CSS

body {
font-family: "sans-serif";
}
textarea {
margin-bottom: 4px;
}
:global .preview {
background-color: chartreuse;
/* overflow: visible; */
width: 80px;
height: 40px;
}
:global .previewContents {
/* NOTE: *Must* be a block element for ResizeObserver to work */
display: inline-block;
background-color: beige;
width: max-content;
white-space: pre-line;
}