mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
11c7e5807a
# Objective The current doc comment for `flex-basis` states that it is "The initial size of the item", which is a bit confusing since size in Bevy is mostly used to refer to two-dimensional extents but `flex-basis` is a one-dimensional value. It also needs to explain that: * `flex-basis` sets the initial length of the main axis. * Overrides `size` on the main axis. * Obeys the `min_size` and `max_size` constraints. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |