mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
fix(remission-list, product-info, search-item-to-remit): improve responsive layout and fix orientation logic - Fix grid layout responsiveness in remission-list-item component by updating breakpoint conditions from mobileBreakpoint to desktopBreakpoint - Correct product-info orientation logic to properly apply horizontal/vertical layouts based on breakpoint state - Add consistent orientation handling to search-item-to-remit component with proper breakpoint detection - Update CSS classes to use desktop-large breakpoint for better grid column management - Add bottom margin to remission list container to prevent overlap with fixed action button - Enhance test coverage for new computed properties and breakpoint-dependent behavior Ref: #5239