Commit 4463522
authored
fix(web): fix list display on text wrap (#679)
# Summary
When the text inside a list element was long enough to wrap, the bullet
position was incorrect, it was at the bottom:
## Screenshots / Videos
Before:
<img width="776" height="202" alt="image"
src="https://github.com/user-attachments/assets/3e2eb589-26cb-45da-bc12-8ee63bb77863"
/>
After:
<img width="786" height="196" alt="image"
src="https://github.com/user-attachments/assets/0dda4ed1-44ed-4826-91b1-47883d21ebd1"
/>
<img width="786" height="257" alt="image"
src="https://github.com/user-attachments/assets/c8a2df41-c948-4560-b079-fc082590e1a4"
/>
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ❌ |
| Web | ✅ |
## Checklist
- [x] E2E tests are passing
- [x] Required E2E tests have been added (if applicable)1 parent 30c9af0 commit 4463522
24 files changed
Lines changed: 126 additions & 62 deletions
File tree
- .playwright
- screenshots
- tests
- src/web
Loading
Loading
Loading
0 commit comments