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
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
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.