Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting
| <header className="flex items-center justify-between px-2 h-7 border-b border-border-color bg-secondary flex-shrink-0 gap-2"> | ||
| <h3 className="text-xs font-semibold text-text-secondary tracking-wider uppercase">Application Logs</h3> | ||
| <div className="flex items-center gap-1.5 flex-wrap justify-end"> | ||
| <div className="flex items-center gap-1"> |
There was a problem hiding this comment.
Allow logger header to grow when controls wrap
The new logger header uses a fixed height (h-7) while the control group on the right still allows wrapping (flex-wrap). On narrow viewports or when the Level buttons plus search input don’t fit in a single row, the second row is clipped behind the log content because the header can’t expand beyond 28 px. Previously the header height was driven by its content (py-1.5), so wrapped controls remained usable. Consider switching to min-h-7 or removing the hard height so wrapped controls remain visible.
Useful? React with 👍 / 👎.
Summary
Testing
https://chatgpt.com/codex/tasks/task_e_68e1462ace788332a99fadbf44d16dc0