Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

.md-2-line list item font is too small #2366

Closed
calebegg opened this issue Apr 16, 2015 · 1 comment
Closed

.md-2-line list item font is too small #2366

calebegg opened this issue Apr 16, 2015 · 1 comment
Assignees
Milestone

Comments

@calebegg
Copy link
Member

According to the Material spec, for a two line list item, the primary text should be 16px and the secondary should be 14px. In angular-material, the primary is set to 1em and the secondary is .75em. Secondary should be .875em, assuming the base font size is 16px.

Also, for our app, the base font size is 13px (the default desktop body text size for Material), so the list items are far too small unless we set the list's font size to 16px.

@marcysutton marcysutton self-assigned this Apr 16, 2015
@marcysutton marcysutton added this to the 0.9.0 milestone Apr 16, 2015
@marcysutton
Copy link
Contributor

We have changed to rem units and the base font size is currently 10px. So it would be 1.6rem and 1.4rem, respectively.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants