We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b38ce commit ec5e102Copy full SHA for ec5e102
1 file changed
content-gen/src/frontend/src/components/ChatHistory.tsx
@@ -168,7 +168,10 @@ export function ChatHistory({
168
</div>
169
) : displayConversations.length === 0 ? (
170
<div style={{
171
- textAlign: 'center',
+ display: 'flex',
172
+ flexDirection: 'column',
173
+ alignItems: 'center',
174
+ justifyContent: 'center',
175
padding: '32px',
176
color: tokens.colorNeutralForeground3
177
}}>
0 commit comments