Context & Description
On mobile devices (below 768px width), the Bridge view looks broken or overflows. Adjust the CSS/Grid/Flexbox layouts so it looks clean on mobile screens.
Acceptance Criteria
Technical Constraints & Notes
- Modularity: Keep components as decoupled and reusable as possible.
- TypeScript: Adhere strictly to strict TypeScript types. The use of
any is strictly prohibited.
- Styling: Do not use inline styles; use the project's centralized styling solution.
Context & Description
On mobile devices (below 768px width), the
Bridgeview looks broken or overflows. Adjust the CSS/Grid/Flexbox layouts so it looks clean on mobile screens.Acceptance Criteria
Technical Constraints & Notes
anyis strictly prohibited.