mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont allow descriptions to overflow their card width
This commit is contained in:
parent
b1cf122543
commit
fde5ec29cf
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ export const DescriptionStyle = {
|
|||
'-webkit-box-orient': 'vertical',
|
||||
height: '45px',
|
||||
alignItems: 'start',
|
||||
maxWidth: '-webkit-fill-available',
|
||||
}
|
||||
|
||||
export const AuthorInfoStyle = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue