diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-27 15:09:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-27 15:32:05 +0100 |
| commit | 2e039cb052fcb768027053cbf02ce396f6d7a6be (patch) | |
| tree | b1a1c1da0440805b296e3204fa30cd9666322a0e /library/src/math/stretch.rs | |
| parent | a59b9fff93f708d5a35d2bf61c3b21efee71b7e9 (diff) | |
Fix math spacing bugs
Diffstat (limited to 'library/src/math/stretch.rs')
| -rw-r--r-- | library/src/math/stretch.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/stretch.rs b/library/src/math/stretch.rs index bd72a769..aee226d1 100644 --- a/library/src/math/stretch.rs +++ b/library/src/math/stretch.rs @@ -178,6 +178,7 @@ fn assemble( id: None, frame, italics_correction: Abs::zero(), + class: base.class, } } |
