Skip to content

Commit

Permalink
Merge pull request #1002 from rikkarth/fix/css-typo
Browse files Browse the repository at this point in the history
fix typo in css/jquery.terminal.css causing minification warning
  • Loading branch information
jcubic authored Jan 5, 2025
2 parents 253c5db + 713f559 commit ac8ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
.cmd .cmd-clipboard {
position: absolute !important;
let: -16px;
left: -16px;
left: calc(-16px / var(--pixel-density, 1)) !important;
top: 0 !important;
width: 16px;
Expand Down

0 comments on commit ac8ef31

Please sign in to comment.