馃憻 Reproduction steps
Bug reproduction :
- Go to Personal projects
- Click on a project
- Scroll down and click on 'Add platform' then click on "Web"
- Try mobile and smaller screens you will notice that cards internal content overflows
Description
The framework selection grid in the Web platform wizard is hardcoded to:
grid-template-columns: repeat(3, 1fr);
On smaller screens this causes card content to overflow and compress excessively.
Screenshots
Proposed Fix
Add a responsive breakpoint to switch to 2 columns below ~900px.
I鈥檝e submitted a PR with the proposed fix:
#2890
馃憤 Expected behavior
The grid should switch to 2 columns on smaller viewports to prevent overflow and improve readability.
馃憥 Actual Behavior
The cards internal content overflows in mobile and smaller screens.
馃幉 Appwrite version
Version 1.8.x
馃捇 Operating system
Linux
馃П Your Environment
- Browser: Microsoft edge
- OS: Windows 11 with WSL2 (Ubuntu 22.04)
- Node.js: v22.15.1 via NVM
- Package manager: pnpm v10.28.2
- Network: Standard company network (with some SSL/certificate restrictions)
馃憖 Have you spent some time to check if this issue has been raised before?
馃彚 Have you read the Code of Conduct?
馃憻 Reproduction steps
Bug reproduction :
Description
The framework selection grid in the Web platform wizard is hardcoded to:
grid-template-columns: repeat(3, 1fr);
On smaller screens this causes card content to overflow and compress excessively.
Screenshots
Proposed Fix
Add a responsive breakpoint to switch to 2 columns below ~900px.
I鈥檝e submitted a PR with the proposed fix:
#2890
馃憤 Expected behavior
The grid should switch to 2 columns on smaller viewports to prevent overflow and improve readability.
馃憥 Actual Behavior
The cards internal content overflows in mobile and smaller screens.
馃幉 Appwrite version
Version 1.8.x
馃捇 Operating system
Linux
馃П Your Environment
馃憖 Have you spent some time to check if this issue has been raised before?
馃彚 Have you read the Code of Conduct?