Commit 98245b0
authored
Fix bottom margin when rendering in mobile (#3043)
## Summary:
Fix bottom margin when rendering in mobile
| Before | After |
| ------ | ----- |
| <img width="382" height="780" alt="image" src="https://github.com/user-attachments/assets/cdc38d5d-779e-4b13-a66b-3135abfb7cb4" /> | <img width="382" height="780" alt="image" src="https://github.com/user-attachments/assets/46260cd8-762c-425e-81f4-722c649a831f" /> |
Issue: LEMS-3517
## Test plan:
1. Navigate to an exercise with image like `internal-courses/test-everything/test-everything-1/te-image/e/image--numeric-input-exercise` and confirm that the bottom of the perseus renderer has space
2. Check other exercise and make sure other rendered items has proper spacing
Author: ivyolamit
Reviewers: catandthemachines, nishasy
Required Reviewers:
Approved By: catandthemachines, nishasy
Checks: ⏭️ 1 check has been skipped, ✅ 10 checks were successful
Pull Request URL: #30431 parent f37b360 commit 98245b0
File tree
2 files changed
+7
-1
lines changed- .changeset
- packages/perseus/src/styles
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
| 287 | + | |
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
| |||
0 commit comments