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 c634e1e commit 7620d8aCopy full SHA for 7620d8a
float-pigment-forest/src/layout/layout_impl.rs
@@ -426,7 +426,7 @@ impl InlineMeasure<Node> for LayoutInlineMeasure {
426
if (current_line.total_inline_size
427
+ inline_unit.size.width
428
+ margin.horizontal()
429
- > suggested_width)
+ >= suggested_width)
430
&& !current_line.is_empty()
431
{
432
prev_line_block_start += current_line.total_block_size;
0 commit comments