We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42501c commit a676c78Copy full SHA for a676c78
crates/typst-library/src/math/equation.rs
@@ -168,7 +168,6 @@ impl ShowSet for Packed<EquationElem> {
168
fn show_set(&self, styles: StyleChain) -> Styles {
169
let mut out = Styles::new();
170
if self.block.get(styles) {
171
- out.set(AlignElem::alignment, Alignment::CENTER);
172
out.set(AlignElem::alignment, Alignment::CENTER);
173
out.set(BlockElem::breakable, false);
174
out.set(ParLine::numbering, None);
0 commit comments