Commit 5be198a
authored
fix(docs): remove aggressive word-break CSS that splits words mid-syllable (#21068)
## Summary
- Removes `word-break: break-all` from table cells which was breaking
words at arbitrary characters (e.g., "to-kens", "sequenc-er",
"del-egated")
- Removes `table-layout: fixed` and arbitrary `min-width`/`max-width`
column constraints that forced narrow columns
- Keeps `overflow-wrap: break-word` which only breaks words that are
genuinely too long (like hex addresses)
## Test plan
- [ ] Verify the governance "Quick Summary for Token Holders" table no
longer breaks words mid-syllable
- [ ] Check tables with long content (e.g., contract addresses) still
wrap correctly
- [ ] Verify no horizontal overflow on narrow viewports
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent e7a0b8d commit 5be198a
1 file changed
Lines changed: 2 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | | - | |
544 | 543 | | |
545 | | - | |
546 | 544 | | |
547 | 545 | | |
548 | | - | |
549 | 546 | | |
550 | | - | |
551 | | - | |
552 | 547 | | |
553 | 548 | | |
554 | 549 | | |
555 | 550 | | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | 551 | | |
571 | 552 | | |
572 | | - | |
| 553 | + | |
573 | 554 | | |
574 | 555 | | |
0 commit comments