Files
discourse/themes
方觉 6813ed60db Fix grid in topic.scss of horizon theme on mobile (#37604)
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.
2026-02-06 10:48:59 -05:00
..