Skip to content

Commit

Permalink
chore: fix typo in comment (#1144)
Browse files Browse the repository at this point in the history
Signed-off-by: damuzhi0810 <[email protected]>
  • Loading branch information
damuzhi0810 authored Jan 23, 2025
1 parent 12f9261 commit 4a61f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/lib/components/ui/Json.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
left: 0;
top: 0;
// Move left to compensate for the padding of the ul
// Move down to componsate for the gap between li
// Move down to compensate for the gap between li
transform: translate(calc(-1 * var(--padding-1_5x)), calc(0.8 * var(--padding)));
font-size: var(--padding);
}
Expand Down

0 comments on commit 4a61f1d

Please sign in to comment.