We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253c5db commit e54c984Copy full SHA for e54c984
css/jquery.terminal.css
@@ -23,11 +23,11 @@
23
}
24
.cmd .cmd-clipboard {
25
position: absolute !important;
26
- let: -16px;
+ left: -16px;
27
left: calc(-16px / var(--pixel-density, 1)) !important;
28
top: 0 !important;
29
width: 16px;
30
- height: 16px;
+ height: 16px; fix typo 'let' to 'left' in jquery.terminal.css
31
width: calc(16px / var(--pixel-density, 1)) !important;
32
height: calc(16px / var(--pixel-density, 1)) !important;
33
background: transparent !important;
0 commit comments