-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cross position in subscription modal fix #1936
Conversation
Your Render PR Server URL is https://chainsafe-components-stage-pr-1936.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c837f1s41ls7qdkvctog. |
Your Render PR Server URL is https://storage-ui-stage-pr-1936.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c837f2c41ls7qdkvctt0. |
Your Render PR Server URL is https://files-ui-stage-pr-1936.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c837f3441ls7qdkvcuag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, while we're here, I noticed there's the same css used in PayInvoiceModal.tsx
with the same bug, fixed by the same 480 instead of undefined
, can you add it there too?
…-button-in-subscription-plan-modal
Looks good 🔥 I will re-test when crypto payment modal gets the same fix applied |
All right, this should be good now. 👍 |
I'll let @FSM1 confirm it's looking good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well 🎉
We had a small bug on the subscription modal with some screen sizes. Here's a screenshot.
This PR fixes the problem.