List.Item height
See original GitHub issueEnvironment
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"
/>
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to set height of list items in HTML? - css - Stack Overflow
I created a small example to show how those heights look like, if you hover on the items, you'll see the height's changing....
Read more >List Item Height auto set in css - CodeProject
I have a List call Category(height is 300px). There are already 5 Items on it. ... Example : I have 5 category item....
Read more >On Mobile list view, div style="height: 0px;" getting inserted on ...
I have a list in a mobile screen. When the screen first appears, the list renders perfectly, but as soon as the user...
Read more >height - CSS: Cascading Style Sheets - MDN Web Docs
The height CSS property specifies the height of an element. By default, the property defines the height of the content area.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If no one working on this issue, I would like to work on it.
@mitulsavani There is an Example app in
Example
directory. For more informations check Contributing Guide