Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive Issue: Inconsistent card width on browser resize #84

Open
przeniek opened this issue Feb 9, 2024 · 2 comments
Open

Responsive Issue: Inconsistent card width on browser resize #84

przeniek opened this issue Feb 9, 2024 · 2 comments

Comments

@przeniek
Copy link

przeniek commented 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:

.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.

@przeniek przeniek changed the title Card Width Inconsistency on Browser Resize Responsive Issue: Inconsistent card width on browser resize Feb 9, 2024
@b4dpxl
Copy link

b4dpxl commented Feb 21, 2024

Feels like this is related to #76

Where did you apply this style?

@booa1986
Copy link

I have the same problem. In the Chrome browser, sometimes the tab is enlarged and cuts off the data content, and other times it's OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants