MM-67742 Fixing compact image attachment alignment

This commit is contained in:
avasconcelos114 2026-03-18 19:08:48 +02:00
parent ec19f5c163
commit 828afa64c9
No known key found for this signature in database
GPG key ID: 53F5F95875E22460

View file

@ -947,7 +947,9 @@
.post-image__name {
@include mixins.clearfix;
display: block;
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
padding: 0 5px;
margin: 0;