Commit 4b172c4
committed
fix(events): restore inline comma-separated speaker list
Commit 2e14900 (in PR #575) added `flow flow-xs` to the speaker list
<ul>, which forced vertical stacking via the flow utility's flex-
direction: column. This regressed the inline comma-separated layout
established in PR #570. The parent .event-detail__speakers wrapper
keeps its flow class to correctly space the heading from the list;
only the <ul> loses the flow classes.
Visible on /events/accessgiven-2026 among others.1 parent 68d3e73 commit 4b172c4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments