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

Conversation

@devversion
Copy link
Member

  • The list currently always expects the list items inner content to have a height of 100%.
    In some specific browser cases the inner content, will calculate the 100% in relative to the top element.
    Which causes the list items to be as big as the browsers screen height.
  • The inner content, should only have a min-height, which is the same as the defined height on the md-list-item item.
    Just inheriting the min-height will automatically use the correct value.

Fixes #8956.

* The list currently always expects the list items inner content to have a height of `100%`.
   In some specific browser cases the inner content, will calculate the `100%` in relative to the top element.
   Which causes the list items to be as big as the browsers screen height.

* The inner content, should only have a min-height, which is the same as the defined height on the `md-list-item` item.
   Just inheriting the min-height will automatically use the correct value.

Fixes angular#8956.
@devversion devversion added the needs: review This PR is waiting on review from the team label Jul 15, 2016
@devversion devversion deleted the fix/list-only-expect-minimum branch July 16, 2016 11:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

needs: review This PR is waiting on review from the team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants