We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a3d36 commit fc4c72dCopy full SHA for fc4c72d
src/components/ConsoleItem/index.tsx
@@ -60,7 +60,7 @@ export const ConsoleItem = ({ data }: Props) => {
60
<Col style={{ flexShrink: 0 }}>
61
<Timestamp time={data.time} />
62
</Col>
63
- <Col flex={1} style={{ display: 'flex' }}>
+ <Col flex={1} style={{ display: 'flex', flexWrap: 'wrap' }}>
64
{content}
65
66
</Row>
0 commit comments