Skip to content

Commit eca203f

Browse files
feat: fixes
1 parent 1739023 commit eca203f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-ios.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111
jobs:
1212
release-ios:
1313
runs-on: macos-latest
14-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1514

1615
steps:
1716
- name: Checkout code

src/components/ChatMessage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,8 @@ const createStyles = (colors: ThemeColors, _shadows: ThemeShadows) => ({
799799
borderRadius: 8,
800800
marginBottom: 8,
801801
overflow: 'hidden' as const,
802+
minWidth: 260,
803+
alignSelf: 'stretch' as const,
802804
},
803805
thinkingHeader: {
804806
flexDirection: 'row' as const,

0 commit comments

Comments
 (0)