Skip to content

Commit 713f559

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/jquery.terminal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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;

0 commit comments

Comments
 (0)