mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Allow more lines of titles on smaller screens
This commit is contained in:
parent
5de381c392
commit
211415f1f6
1 changed files with 3 additions and 0 deletions
|
|
@ -440,6 +440,9 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
|
|||
'-webkit-box-orient': 'vertical',
|
||||
'-webkit-line-clamp': '4',
|
||||
overflow: 'hidden',
|
||||
'@smDown': {
|
||||
'-webkit-line-clamp': '6',
|
||||
},
|
||||
}}
|
||||
title={title}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue