Fixes the Task Detail Oversight dropdown trigger rendering shorter than the Priority and Execution-mode controls on non-mobile viewports. - Made `.detail-oversight-menu-dropdown` an `inline-flex` with `align-items: stretch` so the popover-positioning wrapper participates in `.detail-meta-inline-controls`'s stretch behavior instead of only sizing to its own content. - Added `align-self: stretch` to `.detail-oversight-menu-trigger` so it fills the now-stretched wrapper, matching Priority/Execution-mode's direct-child stretch. - Added a regression test asserting the wrapper/trigger stretch declarations exist, apply at every viewport, and don't leak into the absolutely-positioned popover. - Added a patch changeset documenting the fix. Files changed: .changeset/fn-7618-oversight-trigger-height.md | 7 ++++ .../dashboard/app/components/TaskDetailModal.css | 26 ++++++++++++ ...etailModal.responsive-and-dependencies.test.tsx | 48 ++++++++++++++++++++++ 3 files changed, 81 insertions(+) Fusion-Task-Id: FN-7618 Fusion-Task-Lineage: f918c2aa-5677-446c-a7dc-17c72adb9c27 Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
89 KiB
89 KiB