mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 03:07:17 -05:00
Bug report: https://meta.discourse.org/t/topic-content-does-not-take-up-full-width-for-very-short-text/395371 With Foundation theme, when screen width <= 924px, .container.posts has `grid-template-columns: auto` (see app/assets/stylesheets/common/base/topic.scss). But in Horizon theme, it is overriden with `grid-template-columns: auto auto`. However there is not another column here and it makes the child `.row` fail to take up full width if its content is smaller than screen width.