Fix cross calculation in layout::flex
This commit is contained in:
parent
025064c9e0
commit
88f8c343fa
3 changed files with 16 additions and 22 deletions
|
|
@ -451,7 +451,6 @@ where
|
|||
|
||||
limits
|
||||
.width(width)
|
||||
.height(Length::Shrink)
|
||||
.shrink(padding)
|
||||
.resolve(width, Length::Shrink, intrinsic)
|
||||
.expand(padding)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue