This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Description
md-input
, md-select
, md-checkbox
, md-switch
, and md-button
don't seem to want to align properly when they are siblings in a parent with layout="row"
.
codepen
I tried different combinations of layout-align, and none seem to get everything lined up. The best result I've found is using layout-align="start center"
and overriding the height of the resulting <div class="md-error-spacer"></div>
to 0.
Is there something obvious I'm missing, or do I just have to keep fiddling with css overrides to get these elements to play nicely together?