Type Definition gpui2::JustifyContent

pub type JustifyContent = AlignContent;
Expand description

Sets the distribution of space between and around content items For Flexbox it controls alignment in the main axis For Grid it controls alignment in the inline axis

MDN