DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.04k stars 102 forks source link

Add `item_is_table` for block items #701

Closed nicoburns closed 1 month ago

nicoburns commented 1 month ago

Objective

Table children of block nodes are treated specially: they don't get stretch-sized in the inline axis. This PR allows us to implement that behaviour.