Fix preview cards layout in thread view (#24677)

th-downstream
Claire 2 years ago committed by GitHub
parent 231c132159
commit 4fb3d20faf

@ -1154,7 +1154,8 @@ body > [data-popper-placement] {
.media-gallery,
.video,
.audio,
.attachment-list {
.attachment-list,
.preview-card {
margin-left: 46px + 10px;
width: calc(100% - (46px + 10px));
}

Loading…
Cancel
Save