- πΊπΈUnited States smustgrave
Since there hasn't been a follow up to #15 or #17 going to close for now.
If still an issue please reopen adding steps to reproduce this issue.
Thanks all!
Inside the CSS file "core/modules/system/css/components/align.module.css"
replace :
.align-center {
display: block;
margin-right: auto;
margin-left: auto;
}
with :
.align-center {
display: flex;
justify-content: center;
}
Closed: outdated
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there hasn't been a follow up to #15 or #17 going to close for now.
If still an issue please reopen adding steps to reproduce this issue.
Thanks all!