Skip to content

Commit e54c984

Browse files
committed
fix typo 'let' to 'left' in jquery.terminal.css
this typo caused a warning in css minification
1 parent 253c5db commit e54c984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/jquery.terminal.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
}
2424
.cmd .cmd-clipboard {
2525
position: absolute !important;
26-
let: -16px;
26+
left: -16px;
2727
left: calc(-16px / var(--pixel-density, 1)) !important;
2828
top: 0 !important;
2929
width: 16px;
30-
height: 16px;
30+
height: 16px; fix typo 'let' to 'left' in jquery.terminal.css
3131
width: calc(16px / var(--pixel-density, 1)) !important;
3232
height: calc(16px / var(--pixel-density, 1)) !important;
3333
background: transparent !important;

0 commit comments

Comments
 (0)