Commit 913df83
committed
fix(cli): prevent timestamp and message content overlay in MessageBlock
Wrap MessageBlock return value in a column flex box instead of a fragment
to ensure timestamp and message content stack vertically without overlapping.
This fixes the layout issue where user message timestamps could appear
on top of the message text.1 parent 9b985d6 commit 913df83
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
0 commit comments