Add Align::Fill variant
This commit is contained in:
parent
456a3f15e4
commit
be51cac3d7
4 changed files with 59 additions and 13 deletions
|
|
@ -201,6 +201,7 @@ pub fn align(align: Align) -> &'static str {
|
|||
Align::Start => "flex-start",
|
||||
Align::Center => "center",
|
||||
Align::End => "flex-end",
|
||||
Align::Fill => "stretch",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue