ember-cli-materialize icon indicating copy to clipboard operation
ember-cli-materialize copied to clipboard

md-tab colWidth should be responsive

Open frankwong15 opened this issue 9 years ago • 0 comments

As title. We should be able to specify colWidth for different screen size, e.g. s4 m3 l2. Maybe easier to expose colClass directly?

  colWidth: oneWay('composableParent.colWidth'),

  _colClass: computed('colWidth', function() {
    return `s${this.get('colWidth')}`;
  })

frankwong15 avatar Sep 02 '15 14:09 frankwong15