com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
758 stars 117 forks source link

Unable to use top and bottom for vertical-align #161

Closed qayshp closed 7 years ago

qayshp commented 7 years ago

I am trying to set vertical alignment for non-text items in one of my styles, and while there are both workarounds as well as other ways to do this, I would like to have parity with the CSS standard on this.

These two values are listed on MDN: vertical-align, and in the CSS level 1 and level 2 W3C specs.

vertical-align: top;
vertical-align: bottom;
mathieuleclaire commented 7 years ago

095b1135f47bf1be43871fdc32c8050b3a3f5214 fixes it