Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(input): number input width in webkit #7761

Closed
wants to merge 1 commit into from

Commits on Jun 1, 2016

  1. fix(input): number input width in webkit

    Fixes an issue in Webkit browsers where number inputs would collapse to about 1/3 of their proper size, if they're placed in a flexbox and have `min` and `max` attributes.
    
    Fiddle with a simplified example of the issue: https://jsfiddle.net/crisbeto/phm2nuar/3/
    
    Closes angular#7349.
    crisbeto committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    998ba36 View commit details
    Browse the repository at this point in the history