发布

  • [OPIK-7368] [FE] fix: prevent metadata filter dropdown row overlap (#7503)

    frostbyte_neo 发布于 2026-07-17 09:13:25 +00:00

    • [OPIK-7368] [FE] fix: prevent metadata filter dropdown row overlap

    Result items in the quick-filter AutocompleteCell used a fixed h-8
    height, so long metadata keys that wrapped to multiple lines overflowed
    the row and overlapped the next item. Use min-h-8 with vertical padding
    so rows grow with content, and clamp option text to keep long keys
    bounded.

    Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

    • fix(filters): keep full metadata key readable in dropdown

    Remove the line clamp on option labels so deep paths keep their
    distinguishing suffix visible. min-h-8 already prevents the row overlap,
    so long keys simply wrap and grow the row instead of being truncated.

    Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com


    Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

    下载附件