IntelOwl icon indicating copy to clipboard operation
IntelOwl copied to clipboard

Reports Search page: DateTime inputs overflow causing UI layout issues

Open srijan2607 opened this issue 3 weeks ago • 4 comments

What happened

On the Reports Search page (/search), the "End time" and "Errors" form fields are overlapping/overflowing horizontally. The datetime-local input fields are too wide for their container columns, causing them to extend beyond their boundaries and overlap with adjacent form elements.

Environment

  1. OS: macOS (also reproducible on other platforms)
  2. IntelOwl version: Latest develop branch (commit 2ef233e0)

What did you expect to happen

The form fields in the Reports Search page should be properly contained within their respective columns without any overflow or overlapping. All datetime inputs should have consistent styling and fit within the responsive grid layout.

How to reproduce your issue

  1. Navigate to the IntelOwl web interface
  2. Go to ReportsSearch (or directly to /search)
  3. Observe the second row of form fields containing "Start time", "End time", and "Errors"
  4. Notice that the "End time" datetime inputs overflow into the "Errors" column area

Error messages and logs

No JavaScript errors in console. This is a CSS/layout issue only.

Screenshots

Image

Suggested Fix

  • Add maxWidth constraint to datetime-local inputs
  • Add overflow-hidden to the containing columns
  • Add flex-wrap to the row for better responsive behavior

srijan2607 avatar Dec 03 '25 14:12 srijan2607

@fgibertoni can you assign this to me ??

srijan2607 avatar Dec 03 '25 14:12 srijan2607

Hey @srijan2607, you already have an open issue assigned. To enable anyone to contribute we assign one issue per person until that issue is closed.

fgibertoni avatar Dec 04 '25 09:12 fgibertoni

Hi! I would like to work on this issue.
Could you please assign it to me?

NobleCoder69 avatar Dec 09 '25 11:12 NobleCoder69

Heyy @fgibertoni , I would like to work on this isssue, could you assign this to me?

IshaanXCoder avatar Dec 10 '25 07:12 IshaanXCoder