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:
screenshot from 2016-03-16 10-46-47

without -3px margin and matching padding:
screenshot from 2016-03-16 11-45-05

Changes proposed in this pull request:

  • remove -3px margin
  • make padding of .item-select.item-stacked-label select match .item-stacked-label input

Ionic Version: 1.x

Fixes: #