From 818838a0cc4dd0958ea284c1a1229cee0c3bfb05 Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:18:10 -0500 Subject: [PATCH] typo --- app/styles/ui/_side-by-side-diff.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/ui/_side-by-side-diff.scss b/app/styles/ui/_side-by-side-diff.scss index f9f723af5c..ebacc41924 100644 --- a/app/styles/ui/_side-by-side-diff.scss +++ b/app/styles/ui/_side-by-side-diff.scss @@ -179,7 +179,7 @@ left: calc(50% - 10px); top: 0; // This z-index is added because for tab order, the hunk handle is rendered - // first, but we need it to visuall show above the line number button. + // first, but we need it to visually it show above the line number button. z-index: 1; &.hoverable {