17 lines
368 B
CSS
17 lines
368 B
CSS
.clone-line {
|
|
font-family: 'Apercu Mono', monospace !important;
|
|
font-size: 1.2em;
|
|
margin: 0 1em;
|
|
text-align: left;
|
|
user-select: all;
|
|
}
|
|
|
|
.clone-line code {
|
|
all: unset;
|
|
font-family: 'Apercu Mono', monospace !important;
|
|
white-space: normal !important;
|
|
word-break: break-word;
|
|
overflow-wrap: anywhere;
|
|
line-height: 1.5;
|
|
cursor: text;
|
|
}
|