From 9db9eb852c3c6fd0f86e2760810d1772d5660d85 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:43:36 +0000 Subject: [PATCH] fix text shift --- .../page-history/components/css/history-diff.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/features/page-history/components/css/history-diff.module.css b/apps/client/src/features/page-history/components/css/history-diff.module.css index 0fa40997..5626e050 100644 --- a/apps/client/src/features/page-history/components/css/history-diff.module.css +++ b/apps/client/src/features/page-history/components/css/history-diff.module.css @@ -12,8 +12,6 @@ :global(.history-diff-added) { background: light-dark(#e1f3f2, #01654a) !important; color: light-dark(#007b69, #cafff7) !important; - border-radius: rem(2px); - padding: 0 rem(2px); -webkit-box-decoration-break: clone; box-decoration-break: clone; }