Since the introduction of the vanilla framework styles into this discourse instance, the topic list has not been expanding horizontally to fill all available space.
This is because tables all carry the style table-layout: fixed
. I propose table-layout: auto
for .topic-list
to fix that.