This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Commit 8000c8e
fix(list): only fill minimum required height.
* 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.
Closes #90451 parent 4efafcf commit 8000c8e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments