[bugfix] Row: align bottom not work (#3209)

This commit is contained in:
neverland 2019-04-25 10:12:56 +08:00 committed by GitHub
parent c480b67dc4
commit 62d012e541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,6 @@
}
&--align-bottom {
align-items: bottom;
align-items: flex-end;
}
}