fix select
This commit is contained in:
parent
375f1530a4
commit
47cb598dc5
1 changed files with 9 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
.clone-line {
|
.clone-line {
|
||||||
font-family: 'Apercu Mono', monospace !important;
|
font-family: 'Apercu Mono', monospace;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin: 0 1em;
|
margin: 0 1em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
@ -7,11 +7,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.clone-line code {
|
.clone-line code {
|
||||||
|
background: transparent !important;
|
||||||
all: unset;
|
all: unset;
|
||||||
font-family: 'Apercu Mono', monospace !important;
|
font-family: 'Apercu Mono', monospace;
|
||||||
white-space: normal !important;
|
white-space: normal;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clone-line .prompt {
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue