Environment
Latest stable version of paper.
Description
Based on Material Design specs list item height must be:
- With title: 48px
- With title and icon: 56px
- With title and description: 72px
https://material.io/design/components/lists.html#specs
But now List.Item component height are:
- With title: 54px
- With title and icon: 72px
- With title and description: 72px
Reproducible Demo
<List.Item
title="Trello"
left={props => <List.Icon icon="folder" />}
description="Project 1, Project 2"
/>
<List.Item
title="Trello"
left={props => <List.Icon icon="folder" />}
/>
<List.Item
title="Trello"
/>

Environment
Latest stable version of paper.
Description
Based on Material Design specs list item height must be:
https://material.io/design/components/lists.html#specs
But now
List.Itemcomponent height are:Reproducible Demo