Margin issue on users page

Hello,

There is a common margin locate in base.scss:

ul, dd {
    margin: 0 0 9px 25px;
    padding: 0;
}

Which works great on desktop but i think it could be full width on mobile.

I discovered it on user-content → ul

3 Likes

That’s odd, I can’t imagine it’s always been like that so it must have regressed recently, fix is merged and will be available the next time you update Discourse.

https://github.com/discourse/discourse/pull/11964

7 Likes