Commit 4932de8
committed
fix(web): remove nested AppShell causing vertical text layout bug
EntityDetailLayout was wrapping content in AppShell, but MainLayout
already provides an AppShell wrapper. Mantine does not support nested
AppShell components, causing the inner content area to collapse to 0
width and text to render character-by-character vertically.
Replace AppShell with Box to fix entity detail pages (authors, works,
institutions, etc.) that were rendering with 120,000+ pixel height.1 parent dae41ae commit 4932de8
1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
388 | 387 | | |
389 | 388 | | |
390 | 389 | | |
391 | | - | |
392 | | - | |
| 390 | + | |
393 | 391 | | |
394 | 392 | | |
0 commit comments