components icon indicating copy to clipboard operation
components copied to clipboard

Create the align-bottom in base component

Open fabiorogeriosj opened this issue 7 years ago • 2 comments

work in .list .align-bottom equal align-top

fabiorogeriosj avatar Oct 01 '18 16:10 fabiorogeriosj

I'd like to work on this!

phoenix1796 avatar Oct 01 '18 18:10 phoenix1796

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

fabiorogeriosj avatar Oct 01 '18 18:10 fabiorogeriosj