fix: chat panel ai onboarding title wrap (#7552)

[BS-896](https://linear.app/affine-design/issue/BS-896/ai-chat-onboarding-ui-折行-bug)
This commit is contained in:
donteatfriedrice
2024-07-19 05:55:21 +00:00
parent 4512a1a91d
commit a62b7f0024

View File

@@ -210,7 +210,7 @@ export class ChatPanelMessages extends WithDisposable(ShadowlessElement) {
display: 'flex',
height: '28px',
gap: '8px',
width: '85%',
width: '88%',
alignItems: 'center',
justifyContent: 'start',
cursor: 'pointer',