bevy/crates/bevy_ui
Rob Parrett befbf52a18
Fix crash with certain right-aligned text (#10271)
# Objective

Fixes #9395
Alternative to #9415 (See discussion here)

## Solution

Do clamping like
[`fit-content`](https://www.w3.org/TR/css-sizing-3/#column-sizing).

## Notes

I am not sure if this is a valid approach. It doesn't seem to cause any
obvious issues with our existing examples.
2023-10-26 22:09:34 +00:00
..
src Fix crash with certain right-aligned text (#10271) 2023-10-26 22:09:34 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00