Make figure block unbreakable

This commit is contained in:
Laurenz 2023-03-12 23:39:30 +01:00
parent 1283f6b20f
commit 74ab0309f0

View File

@ -100,6 +100,7 @@ impl Show for FigureNode {
Ok(BlockNode::new()
.with_body(Some(realized))
.with_breakable(false)
.pack()
.aligned(Axes::with_x(Some(Align::Center.into()))))
}