Commit affb46e
committed
💄🔧:put the rail's numbers on one line
A grid item stretches to the tallest cell, and `column-reverse` packs
toward the bottom of it, so the labels lined up and the numbers sat
wherever each label's wrapping left them. The labels run from one line
to four, so that was four heights, and narrow widths wrap them more,
which is where it looked worst.
`align-self: start` takes the stretch away, so each pair is only as
tall as itself and every number starts on the same line.
The values also get a floor the height of the larger one, so the pair
that reads CJS + ESM rather than a numeral stops sitting its label
above everyone else's.
Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
Assisted-by: Claude-Code:claude-opus-51 parent 50de823 commit affb46e
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
337 | 343 | | |
338 | 344 | | |
339 | 345 | | |
340 | 346 | | |
| 347 | + | |
341 | 348 | | |
342 | 349 | | |
343 | 350 | | |
| |||
350 | 357 | | |
351 | 358 | | |
352 | 359 | | |
| 360 | + | |
| 361 | + | |
353 | 362 | | |
| 363 | + | |
354 | 364 | | |
355 | 365 | | |
356 | 366 | | |
| |||
0 commit comments