Files
Reactive-Resume/packages
Amruth Pillai 4d53a6d1de fix(stylesheet): apply item-header to every header row on every template (#3357)
`SectionItemHeader` only rendered its own box when a template opted into
`mainItemHeaderBorder` (only Ditgar did). Everywhere else it walked the
header children and attached the resolved `item-header` style to the first
descendant that happened to be a literal `View` or `InlineItemHeader`.

Sections whose header starts with anything else — certifications, awards,
projects, publications, references — matched nothing, so the style was
silently dropped; stacked headers such as experience matched only their
first row, so a second row went unstyled.

The header now always renders its own `Div`, so `item-header` covers the
whole header row of every section on every template. `Div` rather than
`View` keeps the base row gap the rows used to inherit from the item box,
and Ditgar keeps its tight header via `rowGap: 0` on its own
`sectionItemHeader` slot, so rendered output is unchanged apart from the
newly styled rows. `mainItemHeaderBorder` is now dead and removed.

Fixes #3349
2026-08-19 02:24:38 +02:00
..
2026-08-17 22:32:33 +02:00
2026-08-17 22:32:33 +02:00
2026-08-17 22:32:33 +02:00
2026-08-17 22:32:33 +02:00
2026-08-18 20:42:42 +02:00
2026-08-09 12:17:09 +02:00
2026-08-09 12:17:09 +02:00
2026-08-18 20:42:42 +02:00
2026-08-09 12:17:09 +02:00