mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(flex-utils): add missing flex attributes
This commit is contained in:
@ -26,10 +26,18 @@
|
|||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[align-self-auto] {
|
||||||
|
align-self: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Flex Wrap
|
// Flex Wrap
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
[wrap] {
|
||||||
|
flex-wrap: wrap !important;
|
||||||
|
}
|
||||||
|
|
||||||
[nowrap] {
|
[nowrap] {
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
@ -62,6 +70,10 @@
|
|||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[justify-content-evenly] {
|
||||||
|
justify-content: space-evenly !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Align Items
|
// Align Items
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user