mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2591 from omnivore-app/fix/web-card-line-height
Set the line height for titles on library cards
This commit is contained in:
commit
40bbb3f972
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export const TitleStyle = {
|
|||
fontSize: '16px',
|
||||
fontWeight: '700',
|
||||
maxLines: 2,
|
||||
lineHeight: 1.25,
|
||||
fontFamily: '$display',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
|
|
|
|||
Loading…
Reference in a new issue