diff --git a/crates/gosub_taffy/src/compute/inline.rs b/crates/gosub_taffy/src/compute/inline.rs index 2978f7669..4c1bcdb86 100644 --- a/crates/gosub_taffy/src/compute/inline.rs +++ b/crates/gosub_taffy/src/compute/inline.rs @@ -355,7 +355,7 @@ pub fn compute_inline_layout>( border: Rect::ZERO, location: Point { x: inline_box.x, - y: 0.0, + y: inline_box.y, }, order: 0, padding: Rect::ZERO,