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