components
components copied to clipboard
Create the align-bottom in base component
work in .list .align-bottom equal align-top
I'd like to work on this!
Nice @phoenix1796, you can see this example:
.list .align-top {
-ms-flex-align: center;
-webkit-align-items: center;
align-items: baseline;
margin-top: 10px;
}
In here: https://github.com/MobileUI/components/blob/master/list/style.css