question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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"
/>

Android Emulator - Pixel_API_25:5554 2019-03-12 13-44-04

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Taym95commented, Mar 14, 2019

If no one working on this issue, I would like to work on it.

1reaction
Trancevercommented, Apr 4, 2019

@mitulsavani There is an Example app in Example directory. For more informations check Contributing Guide

Read more comments on GitHub >

github_iconTop 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 >
Angular List Item Height - StackBlitz
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found