Commit 39c0266
committed
fix(web/office): suppress ol counters on Recent picks list
The prose rule at prototype.css:835 paints ::before counters
("1.", "2.", "3.") on every `ol > li` inside .proto-section. The
office Recent picks list renders as bordered cards — .office-pick
zeroes the inline padding for that card layout, so the counter at
`left: 0` landed directly on top of the title's first character.
User-reported via screenshot: the digits were overlapping "B" of
Beth, "S" of Scott, "H" of How. Suppressed the counter for this
specific list shape with `.office-pick-list > li::before { content:
none }`. Behavior in other prose contexts (post bodies, comments,
editorial docs) is unchanged.1 parent 47073b8 commit 39c0266
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4149 | 4149 | | |
4150 | 4150 | | |
4151 | 4151 | | |
| 4152 | + | |
| 4153 | + | |
| 4154 | + | |
| 4155 | + | |
| 4156 | + | |
| 4157 | + | |
| 4158 | + | |
| 4159 | + | |
4152 | 4160 | | |
4153 | 4161 | | |
4154 | 4162 | | |
| |||
0 commit comments