about summary refs log tree commit diff
path: root/src/view/com/lists/ListCard.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-06-30 11:35:29 -0500
committerGitHub <noreply@github.com>2023-06-30 11:35:29 -0500
commited5a88d9d807c471a548bd9f23e0dcbf60c6cf6e (patch)
treeba8c469b64de1b0dc8bbe51a5fa698e5d21df4f8 /src/view/com/lists/ListCard.tsx
parent48844aa4c7690e1e89122e016a3b1ceadca2fdc7 (diff)
downloadvoidsky-ed5a88d9d807c471a548bd9f23e0dcbf60c6cf6e.tar.zst
[APP-718] Improvements and fixes to language handling (#931)
* Add locale helpers for narrowing languages

* Add a translate link to posts in a different language

* Update language filtering to use narrowing when multiple declared

* Fix a few more RTL layout cases

* Fix types
Diffstat (limited to 'src/view/com/lists/ListCard.tsx')
-rw-r--r--src/view/com/lists/ListCard.tsx2
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}
           />