1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/ui/app
Mark Stacey acaa648779
Fix ListItem styles (#9002)
The styles for the `ListItem` component were recently broken in #8989
because of a change made by `stylelint`. It incorrectly removed the
`fr` unit because of the `length-zero-no-unit` rule. This was a bug
that has since been fixed in `stylelint`; it should have left the `fr`
unit in this case.
2020-07-15 17:13:33 -03:00
..
components Fix ListItem styles (#9002) 2020-07-15 17:13:33 -03:00
contexts Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
css Uncomment and fix all auto-fixable stylelint rules (#8989) 2020-07-15 10:13:40 -03:00
ducks Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
helpers Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
hooks Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
pages Uncomment and fix all auto-fixable stylelint rules (#8989) 2020-07-15 10:13:40 -03:00
selectors Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
store Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30