diff options
Diffstat (limited to 'src/view/com/lists/ListCard.tsx')
-rw-r--r-- | src/view/com/lists/ListCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/lists/ListCard.tsx b/src/view/com/lists/ListCard.tsx index 2293dbeca..b70fa3773 100644 --- a/src/view/com/lists/ListCard.tsx +++ b/src/view/com/lists/ListCard.tsx @@ -96,7 +96,7 @@ export const ListCard = ({ {descriptionRichText ? ( <View style={styles.details}> <RichTextCom - style={pal.text} + style={[pal.text, s.flex1]} numberOfLines={20} richText={descriptionRichText} /> |