Fix cross calculation in layout::flex

This commit is contained in:
Héctor Ramón Jiménez 2024-01-09 07:15:57 +01:00
parent 025064c9e0
commit 88f8c343fa
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 16 additions and 22 deletions

View file

@ -451,7 +451,6 @@ where
limits
.width(width)
.height(Length::Shrink)
.shrink(padding)
.resolve(width, Length::Shrink, intrinsic)
.expand(padding)