Definition
align-self
will override the value provided on the align-items
CSS property.
.element {
align-self: stretch;
}
Draft
align-self
will override the value provided on the align-items
CSS property.
.element {
align-self: stretch;
}