You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an unusual behavior regarding the card width when resizing the browser. During certain browser size adjustments, the card is being truncated by its container. I managed to resolve (i hope) this issue eventually by adding the following styling:
.swiper-container {
width: 100% !important;
}
Steps to Reproduce:
Open the application in a web browser.
Resize the browser to various sizes.
Observe the behavior of the card within its container.
Expected Behavior:
The card should adjust its width appropriately, remaining fully visible within the container across different browser sizes.
Actual Behavior:
The card's width does not adjust properly, resulting in it being truncated by the container at certain browser sizes.
Possible Fix:
I recommend reviewing the CSS styling of the card, specifically considering the implementation of a width: 100% style for the .swiper-container to ensure better responsiveness.
Additional Information:
This issue was quite frustrating to deal with, and I believe addressing it could enhance the user experience. Please let me know if any further information or assistance is needed to resolve this.
The text was updated successfully, but these errors were encountered:
przeniek
changed the title
Card Width Inconsistency on Browser Resize
Responsive Issue: Inconsistent card width on browser resize
Feb 9, 2024
I've encountered an unusual behavior regarding the card width when resizing the browser. During certain browser size adjustments, the card is being truncated by its container. I managed to resolve (i hope) this issue eventually by adding the following styling:
Steps to Reproduce:
Open the application in a web browser.
Resize the browser to various sizes.
Observe the behavior of the card within its container.
Expected Behavior:
The card should adjust its width appropriately, remaining fully visible within the container across different browser sizes.
Actual Behavior:
The card's width does not adjust properly, resulting in it being truncated by the container at certain browser sizes.
Possible Fix:
I recommend reviewing the CSS styling of the card, specifically considering the implementation of a width: 100% style for the .swiper-container to ensure better responsiveness.
Additional Information:
This issue was quite frustrating to deal with, and I believe addressing it could enhance the user experience. Please let me know if any further information or assistance is needed to resolve this.
The text was updated successfully, but these errors were encountered: