🚧 Code tweaks
This commit is contained in:
parent
b5fc06e84e
commit
928b3f91b6
6 changed files with 7 additions and 7 deletions
|
|
@ -36,7 +36,7 @@ impl ComponentTrait for Item {
|
|||
self.alter_classes(
|
||||
ClassesOp::Prepend,
|
||||
[
|
||||
String::from("flex__item"),
|
||||
"flex__item".to_string(),
|
||||
self.grow().to_string(),
|
||||
self.shrink().to_string(),
|
||||
self.size().to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue