mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
343 stars 87 forks source link

**Mobile** Fix padding of `.ch-box-list input+label` #1190

Closed dcalder closed 9 years ago

dcalder commented 10 years ago

In Mobile the right padding of .ch-box-list input+label is missing, it must be padding: 14px 14px 14px 38px.

hmammana commented 9 years ago

Please review it.

dcalder commented 9 years ago

@hmammana parece que ésto se arregló: https://github.com/mercadolibre/chico/blob/master/src/mobile/css/Form.css#L139

atma commented 9 years ago

Closed due to migration to Sass. The exact value depends on Sass variable. Current default value is defined as 14px 0 14px 38px. Mo details here _form.scss#L138