There was an error while loading. Please reload this page.
1 parent e2a78f1 commit 5855e45Copy full SHA for 5855e45
1 file changed
components/chat-screen/MessageItem.tsx
@@ -385,7 +385,7 @@ const createStyles = (theme: Theme) =>
385
flexDirection: 'row',
386
alignItems: 'center',
387
gap: 6,
388
- marginLeft: 'auto',
+ paddingLeft: 4,
389
paddingVertical: 4,
390
},
391
sourcesButtonPressed: {
@@ -396,8 +396,10 @@ const createStyles = (theme: Theme) =>
396
397
sourcesButtonLabel: {
398
fontSize: fontSizes.sm,
399
+ lineHeight: 16,
400
fontFamily: fontFamily.medium,
401
color: theme.text.primary,
402
+ includeFontPadding: false,
403
404
actionRow: {
405
0 commit comments