# Adaptation of the Enlarged `UserTeamCard` Component to avoid a Layout Break on the home page(Dashbord) When the `UserTeamCard` component is enlarged, it takes on a fixed size that exceeds the size of the container, leading to layout problems.   https://github.com/user-attachments/assets/94aeedb4-a530-44a6-8ea4-3610d64257b6 ## Steps to reproduce 1. Go to the page dashboard by clicking on the sidebar 2. Enlarge the component `UserTeamCard` 3. Observe whether the layout is broken. ## Expected solution - Adapt the size of the `UserTeamCard` component so that it is responsive and automatically adjusts to the container. ## Acceptance criteria - The `UserTeamCard` component must be responsive in enlarged mode and must not exceed the size of the container.