mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-22 14:47:06 -04:00
MM-67742 Fixing compact image attachment alignment
This commit is contained in:
parent
ec19f5c163
commit
828afa64c9
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue