diff options
Diffstat (limited to 'src/components/main/layout/inline.rs')
-rw-r--r-- | src/components/main/layout/inline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/layout/inline.rs b/src/components/main/layout/inline.rs index 1df0e898401..f1911b47226 100644 --- a/src/components/main/layout/inline.rs +++ b/src/components/main/layout/inline.rs @@ -750,7 +750,7 @@ impl InlineFragments { style: other_style, range: mut other_range } = other_range; - + other_range.shift_by(adjustment); self.push_range(other_style, other_range) } |