Upgrades Quick Add action-row height parity from a bare min-height floor to a true fixed box height, then adds a mobile-only Save correction per operator feedback so Save matches its siblings at the <=768px breakpoint without touching desktop/tablet sizing. - Pair min-height with an equal max-height (plus tokenized line-height and centered alignment) on `.quick-entry-actions .btn, .quick-entry-actions .wf-optional-steps-dropdown-trigger` at both the desktop base rule and the <=768px touch-target media block (FN-5751: never a breakpoint-only fix) - Add a mobile-only override scoped to `[data-testid="quick-entry-save"]` inside the <=768px media query (zero vertical padding, line-height:1) so Save's text+icon content fits the same fixed box as its siblings, leaving desktop/tablet Save sizing untouched - Add regression coverage asserting the fixed min-height==max-height contract at both breakpoints, that shared .btn-sm/.btn-icon/.dep-trigger rules are untouched, and that the Save-only override exists only inside the mobile media query - Add a patch changeset documenting the fix and follow-up for @runfusion/fusion Files changed: .changeset/FN-7683-quick-add-height-parity.md | 7 + .../quick-entry-workflow-trigger-height.test.tsx | 181 ++++++++++++++++++++- .../dashboard/app/components/QuickEntryBox.css | 53 ++++++ 3 files changed, 234 insertions(+), 7 deletions(-) Fusion-Task-Id: FN-7683 Fusion-Task-Lineage: d3df638a-812e-4fc2-aada-cfee58d29f2b Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
23 KiB
23 KiB