fix text shift

This commit is contained in:
Philipinho
2026-02-01 23:43:36 +00:00
parent 3007060ac4
commit 9db9eb852c
@@ -12,8 +12,6 @@
:global(.history-diff-added) { :global(.history-diff-added) {
background: light-dark(#e1f3f2, #01654a) !important; background: light-dark(#e1f3f2, #01654a) !important;
color: light-dark(#007b69, #cafff7) !important; color: light-dark(#007b69, #cafff7) !important;
border-radius: rem(2px);
padding: 0 rem(2px);
-webkit-box-decoration-break: clone; -webkit-box-decoration-break: clone;
box-decoration-break: clone; box-decoration-break: clone;
} }