Commit 0dad4c3
committed
Fix #2887: Sponsor logo collides with section header text
- Replaced 0fr with 1fr in the CSS Grid template for the sponsor listings to prevent overflow on wrapping.
- Removed hardcoded 'grid-template-rows' logic that caused implicit rows to overlap.
- Handled missing image logo metadata by resolving 'ValueError' in the 'ideal_size' sponsor templatetag.1 parent ee7481b commit 0dad4c3
2 files changed
Lines changed: 3 additions & 3 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments