Fix stacked select margins and padding. by nikmartin · Pull Request #5860 · ionic-team/ionic-framework
Short description of what this resolves:
The alignment of stacked labels on selects is inconsistent with the selected value and of other stacked labels. The padding of stacked select is also inconsistent with stacked inputs. This fixes both of these.
With -3px margin and no padding:

without -3px margin and matching padding:

Changes proposed in this pull request:
- remove -3px margin
- make padding of
.item-select.item-stacked-label selectmatch.item-stacked-label input
Ionic Version: 1.x
Fixes: #