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:
Jackson Harper 2023-08-04 12:08:42 +08:00 committed by GitHub
commit 40bbb3f972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ export const TitleStyle = {
fontSize: '16px',
fontWeight: '700',
maxLines: 2,
lineHeight: 1.25,
fontFamily: '$display',
overflow: 'hidden',
textOverflow: 'ellipsis',