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 44aceb3 commit 628cef4Copy full SHA for 628cef4
src/compute/block.rs
@@ -287,7 +287,7 @@ pub fn compute_block_layout(
287
styled_based_known_dimensions
288
.width
289
.map(AvailableSpace::Definite)
290
- .unwrap_or(inputs.available_space.width),
+ .unwrap_or(AvailableSpace::MaxContent),
291
);
292
let mut root_ctx = root_bfc.root_block_context();
293
compute_inner(
0 commit comments