Skip to content

Commit ac8ef31

Browse files
authored
Merge pull request #1002 from rikkarth/fix/css-typo
fix typo in css/jquery.terminal.css causing minification warning
2 parents 253c5db + 713f559 commit ac8ef31

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)